Click or drag to resize

TextBoundariesGetItem Method

Gets the item at the specified index.

Namespace: Altaxo.Graph.Scales.Boundaries
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetItem(
	int i
)

Parameters

i  Int32
The item index.

Return Value

String
The text item at the specified index.
See Also