Back to Devexpress

NavigationOptions.AxisYMaxZoomPercent Property

wpf-devexpress-dot-xpf-dot-charts-dot-navigationoptions-e05cb0b7.md

latest2.5 KB
Original Source

NavigationOptions.AxisYMaxZoomPercent Property

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double AxisYMaxZoomPercent { get; set; }
vb
Public Property AxisYMaxZoomPercent As Double

Property Value

TypeDescription
Double

A zoom factor percentage value. The default value is 10000.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AxisYMaxZoomPercent
XYDiagram2D

.NavigationOptions .AxisYMaxZoomPercent

|

Remarks

The NavigationOptions.AxisXMaxZoomPercent and AxisYMaxZoomPercent properties specify zoom limits. Set these properties to 100 and higher. When a user reaches the limits, the mouse pointer changes to .

Use the following markup to specify the maximum zoom value for a y-axis:

xaml
<dxc:XYDiagram2D>
    <dxc:XYDiagram2D.NavigationOptions>
        <dxc:NavigationOptions 
            AxisYMaxZoomPercent="500"/> 
    </dxc:XYDiagram2D.NavigationOptions>
</dxc:XYDiagram2D>

Refer to the following help topic for more information about chart zoom and scroll operations: Zoom and Scroll in 2D XY-Charts.

See Also

AxisXMaxZoomPercent

NavigationOptions Class

NavigationOptions Members

DevExpress.Xpf.Charts Namespace