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

XRChart.IndicatorsPaletteRepository Property

Gets the indicators palette repository of the chart.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public PaletteRepository IndicatorsPaletteRepository { get; }

Property Value

Type Description
PaletteRepository

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

See Also