Back to Devexpress

ChartControl.GetAppearanceNames() Method

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-a70d1cf1.md

latest1.5 KB
Original Source

ChartControl.GetAppearanceNames() Method

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

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 ChartControl contains the following appearances.

  • Chameleon
  • Dark
  • Dark Flat
  • Gray
  • In A Fog
  • Light
  • Nature Colors
  • Northern Lights
  • Pastel Kit
  • Terracotta Pie
  • The Trees

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace