Click or drag to resize

TriggeringTriggerLineSeriesIndex Property

LightningChart .NET Help
Index of series used for triggering. Give -1 when you don't want to assign it.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(-1)]
public int TriggerLineSeriesIndex { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ExceptionThrown if series index is invalid.
See Also