LiteLineSeriesSeekTriggerPos Method |
LightningChart .NET Help
Detect triggering position from series data.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool SeekTriggerPos(
out double trigPosX,
double trigLevel,
double seekStartX,
double seekEndX,
TriggeringEdge edge
)
Public Function SeekTriggerPos (
<OutAttribute> ByRef trigPosX As Double,
trigLevel As Double,
seekStartX As Double,
seekEndX As Double,
edge As TriggeringEdge
) As Boolean
public:
virtual bool SeekTriggerPos(
[OutAttribute] double% trigPosX,
double trigLevel,
double seekStartX,
double seekEndX,
TriggeringEdge edge
) sealed
Parameters
- trigPosX
- Type: SystemDouble
Output triggered X position. - trigLevel
- Type: SystemDouble
Trigger level Y value. - seekStartX
- Type: SystemDouble
Minimum X value that is investigated. - seekEndX
- Type: SystemDouble
Maximum X value that is investigated. - edge
- Type: Arction.Wpf.ChartingTriggeringEdge
Triggering edge.
Return Value
Type:
BooleanTrue if trigger position was detected, otherwise false.
Implements
ILevelTriggableSeekTriggerPos(Double, Double, Double, Double, TriggeringEdge)
See Also