WebChartControl.IndicatorsPaletteRepository Property
In This Article
Gets the indicators palette repository of the chart.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public PaletteRepository IndicatorsPaletteRepository { get; }
#Property Value
Type | Description |
---|---|
Palette |
A Palette |
See Also