Click or drag to resize

TradingChartClearData Method

LightningChart .NET Help
Clears all trading data.

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public void ClearData(
	bool clearIndicators,
	bool clearDrawingTools
)

Parameters

clearIndicators
Type: SystemBoolean
Remove and dispose also all Indicators.
clearDrawingTools
Type: SystemBoolean
Remove and dispose also all Drawing Tools
See Also