AxisStyleCollectionRemove(GraphicBase) Method |
Tries to remove a child graphic object from one of the contained axis styles.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Remove(
GraphicBase go
)
Parameters
- go GraphicBase
- The graphic object to remove.
Return Value
Booleantrue if the object was removed; otherwise,
false.
See Also