CoordinateTransformingStyleBaseMergeXBoundsInto Method |
Merges x bounds from all eligible plot items into the specified boundaries.
Namespace: Altaxo.Graph.Graph3D.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void MergeXBoundsInto(
IPhysicalBoundaries pb,
PlotItemCollection coll
)
Parameters
- pb IPhysicalBoundaries
- The physical boundaries.
- coll PlotItemCollection
- The plot-item collection.
See Also