AxisStyleCollectionItemAt Method |
Gets the axis style at the specified index.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AxisStyle ItemAt(
int idx
)
Parameters
- idx Int32
- The zero-based index.
Return Value
AxisStyleThe axis style at the specified index.
See Also