DiagramControl.FitToDrawing() Method
Changes the page size to fit the diagram contents.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
Remarks
The FitToDrawing method shrinks or extends the current page bounds so that they are sufficiently large to fit the diagram contents. The DiagramOptionsView.FitToDrawingMargin property specifies the margin between the diagram content and the page bounds.
See Also