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

GanttView.ZoomOut(Nullable<Point>) Method

Zooms out the gantt area.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v18.2.dll

Declaration

public void ZoomOut(
    Point? point = default(Point? )
)

Optional Parameters

Name Type Default Description
point Nullable<Point> *null*

A Point object that specifies a new zoom location.

Remarks

Use the ZoomIn(Nullable<Point>) and the ZoomOut methods to zoom in and out the gantt area. These methods change the Zoom property value respecting the available zoom range, specified by the ZoomRange property.

See Also