SeriesBaseXYIsPositionOver Method |
LightningChart .NET Help
Is mouse over item.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override bool IsPositionOver(
int x,
int y,
bool useDIP = false
)
Public Overrides Function IsPositionOver (
x As Integer,
y As Integer,
Optional useDIP As Boolean = false
) As Boolean
public:
virtual bool IsPositionOver(
int x,
int y,
bool useDIP = false
) override
Parameters
- x
- Type: SystemInt32
mouse x-coordinate - y
- Type: SystemInt32
mouse y-coordinate - useDIP (Optional)
- Type: SystemBoolean
Use DIP instead of pixels as parameters
Return Value
Type:
Booleanfalse if mouse is not inside graph, true otherwise
See Also