Click or drag to resize

SectorIsPositionOver Method

LightningChart .NET Help
Is position over item.

Namespace:  Arction.WinForms.Charting.SeriesPolar
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override bool IsPositionOver(
	int x,
	int y,
	bool useDIP = false
)

Parameters

x
Type: SystemInt32
x-coordinate in PX
y
Type: SystemInt32
y-coordinate in PX
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