Click or drag to resize

VolumeModelIsPositionOver Method (Int32, Int32)

LightningChart .NET Help
Is position over item.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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 position is over item, false otherwise
See Also