Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#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 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