Skip to main content

AppearanceRepository.Names Property

Returns an array of strings that are the names of all the appearances in the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public string[] Names { get; }

#Property Value

Type Description
String[]

An array of String values which are the appearance names.

#Remarks

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

By default, the AppearanceRepository 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