Click or drag to resize

TriggeringTrigPositionChangedHandler Delegate

LightningChart .NET Help
Delegate for event OnTrigPosChanged

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void TrigPositionChangedHandler(
	bool trigPosFound,
	double trigLevel,
	double triggeredXPosition,
	ILevelTriggable triggerSeries,
	LightningChart chart
)

Parameters

trigPosFound
Type: SystemBoolean
True if trigged, else false.
trigLevel
Type: SystemDouble
Triggering level that was used.
triggeredXPosition
Type: SystemDouble
Triggered x position
triggerSeries
Type: Arction.Wpf.ChartingMVVM.SeriesXYILevelTriggable
Triggering series
chart
Type: Arction.Wpf.ChartingMVVMLightningChart
Chart who raised the event
See Also