Click or drag to resize

AxisStyleRemove Method

Tries to remove a child object of this collection.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Remove(
	IGraphicBase go
)

Parameters

go  IGraphicBase
The object to remove.

Return Value

Boolean
If the provided object is a child object and the child object could be removed, the return value is true.
See Also