Click or drag to resize

Indicator Constructor

LightningChart .NET Help
Indicator

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

Parameters

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