PlotRangeListItem Property |
Getter to a plot range at index i.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PlotRange this[
int i
] { get; }Parameters
- i Int32
- The zero-based index of the plot range to retrieve.
Property Value
PlotRange
See Also