Click or drag to resize

AxisStyleCollectionItemAt Method

Gets the axis style at the specified index.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AxisStyle ItemAt(
	int idx
)

Parameters

idx  Int32
The zero-based index.

Return Value

AxisStyle
The axis style at the specified index.
See Also