Click or drag to resize

G3DCartesicCoordinateSystemGetAxisLineName(VectorD3D) Method

Gets the display name of an axis line from its direction vector.

Namespace: Altaxo.Graph.Graph3D.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetAxisLineName(
	VectorD3D v
)

Parameters

v  VectorD3D
The axis-line vector.

Return Value

String
The axis-line name.
See Also