Click or drag to resize

TradingChartDrawingTools Property

LightningChart .NET Help
Drawing tools collection. Add here. e.g. TrendLine drawing tool

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public ObservableCollection<DrawingTool> DrawingTools { get; set; }

Property Value

Type: ObservableCollectionDrawingTool
See Also