ChartView.AxisMaxZoomPercent Property
Gets or sets the maximum zoom factor you can apply to the chart axes. The factor value should be equal or higher than 0. The higher factor value, the greater chart scale you can achieve when zooming in the chart.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public double AxisMaxZoomPercent { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 0 | The axis zoom factor. |
Remarks
Use the following NavigationMode
properties to enable/disable navigation (scrolling or scrolling with zooming) for a specific chart axis. To disable navigation, set the ~NavigationMode
property to None
:
See Also