Click or drag to resize

AxisLabelStyleHitTest(IPlotArea, HitTestRectangularData) Method

Performs a rectangular hit test on the painted labels.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual IHitTestObject? HitTest(
	IPlotArea layer,
	HitTestRectangularData parentHitData
)

Parameters

layer  IPlotArea
The plot layer.
parentHitData  HitTestRectangularData
The rectangular hit test data.

Return Value

IHitTestObject
A hit test object if the labels are covered; otherwise, null.
See Also