SeriesBase3DIsPositionOver Method |
LightningChart .NET Help
Is position over series.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.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
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