Pane.SetAxisYZoomRatio(Double) Method
In This Article
Change the current zoom value for the Y-axis pane to the specified zoom ratio.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
ratio | Double | A Double value that specifies a new zoom ratio. It should be greater than 0 and less than or equal to 1. |
#Remarks
Use the Pane.SetAxisXZoomRatio and SetAxisYZoomRatio methods to change the current zoom value for X and Y axis of the Pane.
Note that the ratio parameter, which should be passed to these methods, can be set to any double value from 0 (no zoom at all) to 1 (the maximum possible zoom value).
See Also