Click or drag to resize

AxisLineStyleHitTest Method

Performs hit testing against the axis line or its tick lines.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IHitTestObject? HitTest(
	HitTestPointData hitData,
	bool testTickLines
)

Parameters

hitData  HitTestPointData
The hit-test data.
testTickLines  Boolean
If set to , tick lines are tested instead of the main axis line.

Return Value

IHitTestObject
The hit-test object if a hit was found; otherwise, .
See Also