Click or drag to resize

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
Syntax
public ObservableCollection<Indicator> Indicators { get; set; }

Property Value

Type: ObservableCollectionIndicator
See Also