Skip to main content

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.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public string PaletteName { get; set; }

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