Click or drag to resize

AxisStyleCollectionAdd Method

Adds an axis style to the collection.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	AxisStyle value
)

Parameters

value  AxisStyle
The axis style to add.
See Also