AxisLineStyleGetOuterDistance Method |
Returns the used space from the middle line of the axis
to the last outer object (either the outer major thicks or half
of the axis thickness)
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double GetOuterDistance(
CSAxisSide side
)
Parameters
- side CSAxisSide
- The side of the axis at which the outer distance is returned.
Return Value
DoubleThe outer distance for the specified side.
See Also