LightningChartIsPositionOver Method |
LightningChart .NET Help
Finds out if the given coordinate is over the chart control with pixels.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IsPositionOver(
int x,
int y
)
Public Function IsPositionOver (
x As Integer,
y As Integer
) As Boolean
public:
bool IsPositionOver(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
X coordinate - y
- Type: SystemInt32
Y coordinate
Return Value
Type:
BooleanTrue if is over
See Also