CoordinateTransformingStyleBaseMergeXBoundsInto Method |
Merges all x-bounds of the specified plot items into the provided boundaries.
Namespace: Altaxo.Graph.Gdi.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 to update.
- coll PlotItemCollection
- The plot item collection.
See Also