TradingChartIndicators Property |
LightningChart .NET Help
Indicators collection. Add here e.g. Simple Moving Average or Relative Strength Index technical indicators.
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic ObservableCollection<Indicator> Indicators { get; set; }Public Property Indicators As ObservableCollection(Of Indicator)
Get
Set
public:
property ObservableCollection<Indicator^>^ Indicators {
ObservableCollection<Indicator^>^ get ();
void set (ObservableCollection<Indicator^>^ value);
}Property Value
Type:
ObservableCollectionIndicator
See Also