Click or drag to resize

ICoordinateSystemGetAxisStyleInformation Method

Gets the axis-style information for the specified axis identifier.

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

Parameters

styleID  CSLineID
The style identifier.

Return Value

CSAxisInformation
The axis-style information.
See Also