Click or drag to resize

AxisStyleCollectionRemove(IGraphicBase) Method

Removes the specified graphic object from the axis styles contained in this collection.

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

Parameters

go  IGraphicBase
The graphic object to remove.

Return Value

Boolean
if the object was removed from one of the axis styles; otherwise, .
See Also