DXChart.AxisMaxZoomPercent Property
Gets or sets the maximum zoom value as a percentage for axes.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual double AxisMaxZoomPercent { get; set; }
Property Value
Type | Description |
---|---|
Double | The maximum zoom value as a percentage. |
See Also