Click or drag to resize

PlotItemCollectionIndexOf Method

Gets the index of the specified plot item.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	IGPlotItem it
)

Parameters

it  IGPlotItem
The plot item.

Return Value

Int32
The item index, or -1 if not found.
See Also