ViewXYIsPositionOverGraphArea Method |
LightningChart .NET Help
Finds out if the given position is over graph area.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IsPositionOverGraphArea(
int x,
int y
)
Public Function IsPositionOverGraphArea (
x As Integer,
y As Integer
) As Boolean
public:
bool IsPositionOverGraphArea(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
X coordinate - y
- Type: SystemInt32
Y coordinate
Return Value
Type:
BooleanTrue if is over
See Also