Click or drag to resize

G2DCoordinateSystemGetAxisSideName Method

Gets the name of the axis side.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract string GetAxisSideName(
	CSLineID id,
	CSAxisSide side
)

Parameters

id  CSLineID
The axis identifier.
side  CSAxisSide
The axis side.

Return Value

String
The name of the axis side for the axis line given by the identifier.
See Also