Click or drag to resize

XYColumnPlotDataMergeYBoundsInto Method

Merges the cached Y boundaries into the specified boundary object.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void MergeYBoundsInto(
	IPhysicalBoundaries pb
)

Parameters

pb  IPhysicalBoundaries
The target boundary object.
See Also