Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public string[] GetAppearanceNames()

Returns

Type Description
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