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.3572.0 (4.8.3572.0)
Syntax
C#
public PlotRangeCompound(
	IEnumerable<IPlotRange> ranges
)

Parameters

ranges  IEnumerableIPlotRange
The ranges to combine into a single compound range.
See Also