ChartAxisX.EnableZooming Property
Gets or sets whether zooming is enabled for the current X-axis.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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