Click or drag to resize

CoordinateTransformingStyleBaseMergeYBoundsInto Method

Merges y bounds from all eligible plot items into the specified boundaries.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void MergeYBoundsInto(
	IPhysicalBoundaries pb,
	PlotItemCollection coll
)

Parameters

pb  IPhysicalBoundaries
The physical boundaries.
coll  PlotItemCollection
The plot-item collection.
See Also