Click or drag to resize

AxisStyleCollectionRemove(CSLineID) Method

Removes the axis style with the specified identifier.

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

Parameters

id  CSLineID
The axis style identifier.

Return Value

Boolean
if an axis style was removed; otherwise, .
See Also