Click or drag to resize

LightningChartIsPositionOver Method

LightningChart .NET Help
Finds out if the given coordinate is over the chart control with pixels.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool IsPositionOver(
	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