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

PaletteListBase.GetPaletteNames() Method

Returns an array of strings that are the names of custom palettes within the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public virtual string[] GetPaletteNames()

Returns

Type Description
String[]

An array of String values that are palettes names.

Remarks

This method is intended for internal use only.

See Also