Click or drag to resize

XYZMeshedColumnPlotDataMergeVBoundsInto Method

Merges the cached value-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 MergeVBoundsInto(
	IPhysicalBoundaries pb
)

Parameters

pb  IPhysicalBoundaries
The boundary accumulator.
See Also