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

AppearanceRepository.LocalizedNames Property

Returns an array of localized appearance names.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public string[] LocalizedNames { get; }

Property Value

Type Description
String[]

An array of String objects representing localized appearance names.

See Also