Skip to main content

CartesianChart.AllowAxisXZoomScroll Property

Gets or sets a value indicating whether or not it is allowed to zoom and scroll data along the X-axis.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowAxisXZoomScroll { get; set; }

Property Value

Type Description
Boolean

true, if zooming and scrolling is allowed; otherwise, false.

See Also