AxisStyleCollectionRemove(IGraphicBase) Method |
Removes the specified graphic object from the axis styles contained in this collection.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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