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

PaletteListBase.GetLocalizedPaletteNames() Method

Returns an array of localized palette names.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public virtual string[] GetLocalizedPaletteNames()

Returns

Type Description
String[]

An array of String objects representing localized palette names.

See Also