Skip to main content

ChartControl.GetLocalizedPaletteNames() Method

Returns an array of localized names of palettes.

Namespace: DevExpress.XtraCharts

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

NuGet Package: DevExpress.Win.Charts

Declaration

public string[] GetLocalizedPaletteNames()

Returns

Type Description
String[]

An array of String objects representing localized palette names.

See Also