Skip to main content
A newer version of this page is available. .

NavigationOptions.AxisYMaxZoomPercent Property

Gets or sets the maximum zoom value as a percentage for the Y-axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double AxisYMaxZoomPercent { get; set; }

Property Value

Type Description
Double

A Double value.

Property Paths

You can access this nested property as listed below:

Object Type Path to AxisYMaxZoomPercent
XYDiagram2D
.NavigationOptions.AxisYMaxZoomPercent
See Also