Skip to main content

ChartAxisX.EnableZooming Property

Gets or sets whether zooming is enabled for the current X-axis.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool EnableZooming { get; set; }

Property Value

Type Default Description
Boolean false

true, to enable zooming for the current X-axis; otherwise, false.

Remarks

When zooming is enabled, end-users can zoom the diagram along the chart’s X-axis. When a chart diagram is not entirely displayed, the scroll bar allows end-users to perform navigation using the X-axis scroll bar.

You can limit the number of visible points by enabling the ChartAxisX.LimitVisiblePoints flag. The ChartAxisX.VisiblePointsCount property allows you to specify the maximum number of visible points.

See Also