Click or drag to resize

CoordinateTransformingStyleBaseMergeXBoundsInto Method

Merges all x-bounds of the specified plot items into the provided boundaries.

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

Parameters

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