A newer version of this page is available.
Switch to the current version.
PaletteListBase.GetPaletteNames() Method
Returns an array of strings that are the names of custom palettes within the chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public virtual string[] GetPaletteNames()
Public Overridable Function GetPaletteNames As String()
Returns
Type | Description |
---|---|
String[] | An array of String values that are palettes names. |
Remarks
This method is intended for internal use only.
See Also
Feedback