PaletteListBase.GetPaletteNames() Method
Returns an array of strings that are the names of custom palettes within the chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Returns
Type | Description |
---|---|
String[] | An array of String values that are palettes names. |
Remarks
This method is intended for internal use only.
See Also