Click or drag to resize

LineCollectionGetSegmentsAtPoint Method

LightningChart .NET Help
Get segment indexes for segments under point.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public List<int> GetSegmentsAtPoint(
	double x,
	double y,
	bool useDIP = true
)

Parameters

x
Type: SystemDouble
x-coordinate.
y
Type: SystemDouble
y-coordinate.
useDIP (Optional)
Type: SystemBoolean
Use dips instead of pixels.

Return Value

Type: ListInt32

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LineCollection.GetSegmentsAtPoint(System.Double,System.Double,System.Boolean)"]

See Also