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

ZoomingOptions2D.AxisXMaxZoomPercent Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public double AxisXMaxZoomPercent { 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 AxisXMaxZoomPercent
GanttDiagram
.ZoomingOptions.AxisXMaxZoomPercent
SwiftPlotDiagram
.ZoomingOptions.AxisXMaxZoomPercent
XYDiagram
.ZoomingOptions.AxisXMaxZoomPercent
XYDiagram2D
.ZoomingOptions.AxisXMaxZoomPercent
See Also