Back to Devexpress

WebChartControl.PaletteName Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-a7749cf5.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public string PaletteName { get; set; }
vb
Public Property PaletteName As String

Property Value

TypeDescription
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

IndicatorsPaletteName

Appearance Customization

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace