Click or drag to resize

AxisStyleCollectionItem Property

Gets the axis style for the specified identifier.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AxisStyle? this[
	CSLineID id
] { get; }

Parameters

id  CSLineID
The axis style identifier.

Return Value

AxisStyle
The matching axis style, or if no matching style exists.
See Also