LightningChart .NET Help
Check if position is over border.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic virtual BandOverBorderStatus IsOverBorder(
int x,
int y
)
Public Overridable Function IsOverBorder (
x As Integer,
y As Integer
) As BandOverBorderStatus
public:
virtual BandOverBorderStatus IsOverBorder(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
x-coordinate - y
- Type: SystemInt32
y-coordinate
Return Value
Type:
BandOverBorderStatusEdge on which user interactive device is
See Also