WebChartControl.PaletteName Property
Gets or sets the name of the palette currently used to draw the chart’s elements.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Property Value
Type | Description |
---|---|
String | A String value which represents the palette name. |
Remarks
To define a separate palette for painting indicators, use the WebChartControl.IndicatorsPaletteName property.
For more information, see Appearance Customization.
See Also