PointLineSeriesBaseIsPositionOver Method |
LightningChart .NET Help
Is position over series
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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
X coordinate. - y
- Type: SystemInt32
Y coordinate. - useDIP (Optional)
- Type: SystemBoolean
Use DIP instead of pixels as parameters
Return Value
Type:
Booleantrue if position is over series. Else false.
See Also