G3DCoordinateSystemGetAxisSideName Method |
Gets the name of the axis side.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract string GetAxisSideName(
CSLineID id,
CSAxisSide side
)
Parameters
- id CSLineID
- The axis identifier.
- side CSAxisSide
- The axis side.
Return Value
StringThe name of the axis side for the axis line given by the identifier.
See Also