Click or drag to resize

XYZMeshedColumnPlotDataMergeYBoundsInto Method

Merges the cached y-boundaries into the supplied boundary accumulator.

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 boundary accumulator.
See Also