Gets or sets the name of the palette currently used to draw the chart's elements.
Namespace:DevExpress.XtraCharts.Web
Assembly:DevExpress.XtraCharts.v18.2.Web.dll

Syntax
C# |
public string PaletteName { get; set; }
|
VB |
Public Property PaletteName As String
|
Property value
Type: String
A System.String value which represents the palette name.

Remarks
To define a separate palette for painting Indicators, use the IndicatorsPaletteName property.
For more information, see Appearance Customization.

See Also