Click or drag to resize

EventMarkerCommonBaseSYMBOLIsPositionOver Method

LightningChart .NET Help
Defines if mouse is over an item.

Namespace:  Arction.WinForms.Charting.EventMarkers
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
Mouse X-coordinate.
y
Type: SystemInt32
Mouse Y-coordinate.
useDIP (Optional)
Type: SystemBoolean
Use DIP instead of pixels as parameters.

Return Value

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