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

ChartControl.GetLocalizedPaletteNames() Method

Returns an array of localized names of palettes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public string[] GetLocalizedPaletteNames()

Returns

Type Description
String[]

An array of String objects representing localized palette names.

See Also