PlotItemCollectionIndexOf Method |
Gets the index of the specified plot item.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
IGPlotItem it
)
Parameters
- it IGPlotItem
- The plot item.
Return Value
Int32The item index, or -1 if not found.
See Also