Click or drag to resize

AxisStyleChangeStyleIdentifier Method

Changes the style identifier.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ChangeStyleIdentifier(
	CSLineID newIdentifier,
	Func<CSAxisSide, CSAxisSide?> GetNewAxisSideFromOldAxisSide
)

Parameters

newIdentifier  CSLineID
The new identifier.
GetNewAxisSideFromOldAxisSide  FuncCSAxisSide, NullableCSAxisSide
Functions that uses the old axis side as parameter1, and returns the corresponding axis side of the new coordinate system, or null if no such side could be found.
Exceptions
ExceptionCondition
ArgumentNullException
See Also