AxisStyleCollectionAxisStyleEnsured Method |
Ensures that an axis style for the specified line identifier exists.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AxisStyle AxisStyleEnsured(
CSLineID id
)
Parameters
- id CSLineID
- The line identifier.
Return Value
AxisStyleThe existing or newly created axis style.
See Also