Click or drag to resize

AxisStyleCollectionAxisStyleEnsured Method

Gets the axis style with the specified identifier, creating an empty one if necessary.

Namespace: Altaxo.Graph.Gdi.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 axis style identifier.

Return Value

AxisStyle
The existing or newly created axis style.
See Also