Click or drag to resize

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
Syntax
public bool IsPositionOverGraphArea(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
X coordinate
y
Type: SystemInt32
Y coordinate

Return Value

Type: Boolean
True if is over
See Also