Back to Devexpress

XRChart.GetAppearanceNames() Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-8ba877e0.md

latest1.5 KB
Original Source

XRChart.GetAppearanceNames() Method

Returns an array of strings representing the names of all the appearances in the Chart.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public string[] GetAppearanceNames()
vb
Public Function GetAppearanceNames As String()

Returns

TypeDescription
String[]

An array of String values which represent the appearances names.

|

Remarks

Use the GetAppearanceNames method to get the names of all the appearances stored in the chart’s appearance repository.

By default, the XRChart contains the following appearances.

  • Chameleon
  • In A Fog
  • Nature Colors
  • Northern Lights
  • Pastel Kit
  • Terracotta Pie
  • The Trees

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace