Skip to main content

PaletteRepository.LocalizedPaletteNames Property

Returns an array of localized palette names.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string[] LocalizedPaletteNames { get; }

Property Value

Type Description
String[]

An array of String objects representing localized palette names.

See Also