Click or drag to resize

DrawingToolControlPoints Property

LightningChart .NET Help
Control points collection. Control points provide interactive way to modify drawing tool positioning and orientation.

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

Property Value

Type: ObservableCollectionControlPoint
See Also