Click or drag to resize

BarSeriesIsPositionOver Method (Int32, Int32, Int32, Boolean)

LightningChart .NET Help
Is position over item.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool IsPositionOver(
	int x,
	int y,
	out int valueIndex,
	bool useDIP = false
)

Parameters

x
Type: SystemInt32
x-coordinate
y
Type: SystemInt32
y-coordinate
valueIndex
Type: SystemInt32
Index of value the position is over of
useDIP (Optional)
Type: SystemBoolean
Use DIP instead of pixels as parameters

Return Value

Type: Boolean
True if position is over item, false otherwise
See Also