Click or drag to resize

G3DCoordinateSystemGetAxisStyleInformation Method

Gets axis information for the specified style identifier.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSAxisInformation GetAxisStyleInformation(
	CSLineID styleID
)

Parameters

styleID  CSLineID
The axis-style identifier.

Return Value

CSAxisInformation
The resolved axis information.

Implements

ICoordinateSystemGetAxisStyleInformation(CSLineID)
See Also