Click or drag to resize

G2DCartesicCoordinateSystemGetNameOfPlane Method

Gets the display name of the specified plane.

Namespace: Altaxo.Graph.Gdi.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string GetNameOfPlane(
	CSPlaneID planeId
)

Parameters

planeId  CSPlaneID
The plane identifier.

Return Value

String
The plane name.
See Also