Skip to main content
A newer version of this page is available. .

DiagramControl.FitToItems(IEnumerable<DiagramItem>) Method

Scrolls the diagram and changes its zoom factor so that the viewport is sufficiently large to display the specified items.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public void FitToItems(
    IEnumerable<DiagramItem> items
)

Parameters

Name Type Description
items IEnumerable<DiagramItem>

The diagram items to fit within the viewport.

Remarks

The DiagramOptionsView.FitToDrawingMargin property specifies the margin between the items and the viewport bounds.

See Also