LineCollectionGetSegmentsAtPoint Method |
LightningChart .NET Help
Get segment indexes for segments under point.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<int> GetSegmentsAtPoint(
double x,
double y,
bool useDIP = true
)
Public Function GetSegmentsAtPoint (
x As Double,
y As Double,
Optional useDIP As Boolean = true
) As List(Of Integer)
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.Charting.SeriesXY.LineCollection.GetSegmentsAtPoint(System.Double,System.Double,System.Boolean)"]
See Also