Click or drag to resize

PlotRangeListAdd Method

Adds a plot range. This plot range should be above the previous added plot range.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	PlotRange a
)

Parameters

a  PlotRange
The plot range to add.
See Also