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; }<DefaultValueAttribute(-1)>
Public Property TriggerLineSeriesIndex As Integer
Get
Set
public:
[DefaultValueAttribute(-1)]
property int TriggerLineSeriesIndex {
int get ();
void set (int value);
}Property Value
Type:
Int32
Exceptions| Exception | Condition |
|---|
| Exception | Thrown if series index is invalid. |
See Also