View3DIsPositionOverGraphArea Method |
LightningChart .NET Help
Finds out if the given position is over graph area.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IsPositionOverGraphArea(
int x,
int y,
bool useDIP = false
)
Public Function IsPositionOverGraphArea (
x As Integer,
y As Integer,
Optional useDIP As Boolean = false
) As Boolean
public:
bool IsPositionOverGraphArea(
int x,
int y,
bool useDIP = false
)
Parameters
- x
- Type: SystemInt32
X-coordinate. - y
- Type: SystemInt32
Y-coordinate. - useDIP (Optional)
- Type: SystemBoolean
Use DIP for input point.
Return Value
Type:
BooleanTrue if is over
See Also