Click or drag to resize

BandIsOverBorder Method

LightningChart .NET Help
Check if position is over border.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public virtual BandOverBorderStatus IsOverBorder(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
x-coordinate
y
Type: SystemInt32
y-coordinate

Return Value

Type: BandOverBorderStatus
Edge on which user interactive device is
See Also