PointLineSeries3DLastHitTestIndex Property |
LightningChart .NET Help
Get last data index at hit coordinates. Return -1 if did not hit.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic int LastHitTestIndex { get; }Public ReadOnly Property LastHitTestIndex As Integer
Get
public:
property int LastHitTestIndex {
int get ();
}Property Value
Type:
Int32
See Also