ICoordinateTransformingGroupStyleMergeZBoundsInto Method |
Merges the Z bounds of all plot items in the collection coll into the boundaries pb.
If the group style transforms the y values, of course the transformed values should be merged into.
Namespace: Altaxo.Graph.Graph3D.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void MergeZBoundsInto(
IPlotArea layer,
IPhysicalBoundaries pb,
PlotItemCollection coll
)
Parameters
- layer IPlotArea
- The layer.
- pb IPhysicalBoundaries
- The physical boundaries to merge with.
- coll PlotItemCollection
- The collection of plot items.
See Also