Click or drag to resize

PlotRangeListItem Property

Getter to a plot range at index i.

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

Parameters

i  Int32
 

Property Value

PlotRange
See Also