Click or drag to resize

AxisStyleCollectionAxisStyleEnsured Method

Ensures that an axis style for the specified line identifier exists.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AxisStyle AxisStyleEnsured(
	CSLineID id
)

Parameters

id  CSLineID
The line identifier.

Return Value

AxisStyle
The existing or newly created axis style.
See Also