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

GanttView.ZoomIn(Nullable<Point>) Method

Zooms in the gantt area.

Namespace: DevExpress.Xpf.Gantt

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

Declaration

public void ZoomIn(
    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 and the ZoomOut(Nullable<Point>) 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