Click or drag to resize

IndicatorUpdateFlags Enumeration

LightningChart .NET Help
What Indicator 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 IndicatorUpdateFlags
Members
  Member nameValueDescription
Appearance1 Updates the appearance of the Indicator.
Data2 Updates the calculations based on data.
See Also