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

WebChartControl.PaletteRepository Property

Gets the palette repository of the chart.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v21.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public PaletteRepository PaletteRepository { get; }

Property Value

Type Description
PaletteRepository

A PaletteRepository object which represents the palette repository of the chart.

See Also