PlotItemCollectionItem Property |
Gets the plot item at the specified index.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IGPlotItem this[
int i
] { get; }Parameters
- i Int32
- The item index.
Property Value
IGPlotItem
See Also