Click or drag to resize

G2DCoordinateSystemGetNameOfPlane Method

Gets the display name of the specified plane.

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

Parameters

planeId  CSPlaneID
The plane identifier.

Return Value

String
The plane name.
See Also