Skip to main content
A newer version of this page is available. .

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.v20.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PaletteName property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also