Click or drag to resize

Indicator Constructor

LightningChart .NET Help
Indicator

Namespace:  Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public Indicator(
	TradingChart ownerChart,
	ViewXY ownerView
)

Parameters

ownerChart
Type: Arction.CustomControls.Trader.WinFormsTradingChart
Owner trading chart
ownerView
Type: Arction.WinForms.Charting.Views.ViewXYViewXY
Owner view
See Also