AxisLineStyleChangeTickPositionsWhenChangingCoordinateSystem Method |
Try to change the showing variables (e.g.
_showFirstDownMajorTicks) when changing coordinate system, so that
it is tried to keep the positions of the shown major and minor ticks.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ChangeTickPositionsWhenChangingCoordinateSystem(
Func<CSAxisSide, CSAxisSide?> GetNewAxisSideFromOldAxisSide
)
Parameters
- GetNewAxisSideFromOldAxisSide FuncCSAxisSide, NullableCSAxisSide
- The get new axis side from old axis side.
See Also