Click or drag to resize

PlotItemCollectionItem Property

Gets the plot item at the specified index.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IGPlotItem this[
	int i
] { get; }

Parameters

i  Int32
The item index.

Property Value

IGPlotItem
See Also