AxisStyleCollectionRemove(CSLineID) Method |
Removes the axis style with the specified identifier.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Remove(
CSLineID id
)
Parameters
- id CSLineID
- The axis style identifier.
Return Value
Booleantrue if a style was removed; otherwise,
false.
See Also