Skip to main content

WebChartControl.PaletteRepository Property

Gets the palette repository of the chart.

Namespace: DevExpress.XtraCharts.Web

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

Declaration

public PaletteRepository PaletteRepository { get; }

Property Value

Type Description
PaletteRepository

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

See Also