Click or drag to resize

G2DCoordinateSystemGetAxisStyleInformation Method

Gets the axis style information for the specified axis identifier.

Namespace: Altaxo.Graph.Gdi
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 identifier.

Return Value

CSAxisInformation
The axis style information.

Implements

ICoordinateSystemGetAxisStyleInformation(CSLineID)
See Also