ChartControl.IndicatorsPaletteRepository Property
In This Article
Gets the indicators palette repository of the chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[Browsable(false)]
public PaletteRepository IndicatorsPaletteRepository { get; }
#Property Value
Type | Description |
---|---|
Palette |
A Palette |
See Also