TextBoundariesGetItem Method |
Gets the item at the specified index.
Namespace: Altaxo.Graph.Scales.BoundariesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string GetItem(
int i
)
Parameters
- i Int32
- The item index.
Return Value
StringThe text item at the specified index.
See Also