Back to Devexpress

ChartView.AxisMaxZoomPercent Property

maui-devexpress-dot-maui-dot-charts-dot-chartview-f1b0cd0b.md

latest1.3 KB
Original Source

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

csharp
public double AxisMaxZoomPercent { get; set; }

Property Value

TypeDefaultDescription
Double0

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

ChartView Class

ChartView Members

DevExpress.Maui.Charts Namespace