Click or drag to resize

AxisStyleHitTest Method

Performs hit testing for the title, axis line, and labels.

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 parentCoord,
	DoubleClickHandler? AxisScaleEditorMethod,
	DoubleClickHandler? AxisStyleEditorMethod,
	DoubleClickHandler? AxisLabelMajorStyleEditorMethod,
	DoubleClickHandler? AxisLabelMinorStyleEditorMethod
)

Parameters

parentCoord  HitTestPointData
The hit-test data in parent coordinates.
AxisScaleEditorMethod  DoubleClickHandler
Unused scale editor callback.
AxisStyleEditorMethod  DoubleClickHandler
The double-click handler for the axis line.
AxisLabelMajorStyleEditorMethod  DoubleClickHandler
The double-click handler for major labels.
AxisLabelMinorStyleEditorMethod  DoubleClickHandler
The double-click handler for minor labels.

Return Value

IHitTestObject
The matching hit-test object, or .
See Also