G3DCartesicCoordinateSystemGetAxisLineName(VectorD3D) Method |
Gets the display name of an axis line from its direction vector.
Namespace: Altaxo.Graph.Graph3D.CSAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string GetAxisLineName(
VectorD3D v
)
Parameters
- v VectorD3D
- The axis-line vector.
Return Value
StringThe axis-line name.
See Also