Click or drag to resize

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.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ChangeTickPositionsWhenChangingCoordinateSystem(
	Func<CSAxisSide, CSAxisSide?> GetNewAxisSideFromOldAxisSide
)

Parameters

GetNewAxisSideFromOldAxisSide  FuncCSAxisSide, NullableCSAxisSide
The get new axis side from old axis side.
See Also