Click or drag to resize

ICoordinateTransformingGroupStyleMergeXBoundsInto Method

Merges the X bounds of all plot items in the collection coll into the boundaries pb. If the group style transforms the x values, of course the transformed values should be merged into.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void MergeXBoundsInto(
	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