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

ZoomingOptions2D.AxisYMaxZoomPercent Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
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
GanttDiagram
.ZoomingOptions.AxisYMaxZoomPercent
SwiftPlotDiagram
.ZoomingOptions.AxisYMaxZoomPercent
XYDiagram
.ZoomingOptions.AxisYMaxZoomPercent
XYDiagram2D
.ZoomingOptions.AxisYMaxZoomPercent
See Also