Click or drag to resize

AxisStyleCollectionRemove(GraphicBase) Method

Tries to remove a child graphic object from one of the contained axis styles.

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

Parameters

go  GraphicBase
The graphic object to remove.

Return Value

Boolean
true if the object was removed; otherwise, false.
See Also