AxisStyleCollectionAxisStyleEnsured Method |
Gets the axis style with the specified identifier, creating an empty one if necessary.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AxisStyle AxisStyleEnsured(
CSLineID id
)
Parameters
- id CSLineID
- The axis style identifier.
Return Value
AxisStyleThe existing or newly created axis style.
See Also