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.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public ObservableCollection<Indicator> Indicators { get; set; }

Property Value

Type: ObservableCollectionIndicator
See Also