Click or drag to resize

DrawingToolsUpdateFlags Enumeration

LightningChart .NET Help
What Drawing Tool elements should be updated.

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
[FlagsAttribute]
public enum DrawingToolsUpdateFlags
Members
  Member nameValueDescription
Appearance1 Updates the appearance of the Drawing Tool.
Calculations2 Updates the calculations based on the tool's Control points.
See Also