Back to Devexpress

ChartControl.IndicatorsPaletteRepository Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-61a27b91.md

latest1.5 KB
Original Source

ChartControl.IndicatorsPaletteRepository Property

Gets the indicators palette repository of the chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
public PaletteRepository IndicatorsPaletteRepository { get; }
vb
<Browsable(False)>
Public ReadOnly Property IndicatorsPaletteRepository As PaletteRepository

Property Value

TypeDescription
PaletteRepository

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

|

See Also

PaletteRepository

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace