Click or drag to resize

TradingChartRemoveAndDisposeIndicator Method

LightningChart .NET Help
Removes and disposes the given indicator.

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public void RemoveAndDisposeIndicator(
	Indicator indicator
)

Parameters

indicator
Type: Arction.CustomControls.Trader.WinForms.TechnicalIndicatorsIndicator
Indicator to be disposed
See Also