Click or drag to resize

PlotRangeCompound Constructor

Initializes a new instance of the PlotRangeCompound class

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PlotRangeCompound(
	IEnumerable<IPlotRange> ranges
)

Parameters

ranges  IEnumerableIPlotRange

[Missing <param name="ranges"/> documentation for "M:Altaxo.Graph.Plot.Data.PlotRangeCompound.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Graph.Plot.Data.IPlotRange})"]

See Also