Performs hit testing for the title, axis line, and labels.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IHitTestObjectThe matching hit-test object, or
.
See Also