Click or drag to resize

DataMeshPlotItemMergeYBoundsInto Method

Merges y bounds from this item into the specified boundary accumulator.

Namespace: Altaxo.Graph.Graph3D.Plot
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 to update.

Implements

IYBoundsHolderMergeYBoundsInto(IPhysicalBoundaries)
See Also