Back to Devexpress

XYDiagramPaneBase.EnableAxisYZooming Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagrampanebase-e765308c.md

latest2.7 KB
Original Source

XYDiagramPaneBase.EnableAxisYZooming Property

Specifies whether zooming is allowed for the pane along its Y-axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean EnableAxisYZooming { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property EnableAxisYZooming As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean value, which represents the availability of Y-axis zooming.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Use the EnableAxisYZooming property to specify whether it’s allowed to zoom an individual pane along its Y-axis.

Important

The EnableAxisYZooming property affects on the pane’s zooming capability only on the WinForms platform. The ASP.NET WebForms Chart Control and MVC Chart Extension do not support this feature.

When the EnableAxisYZooming property is set to Default , the actual scrolling status is determined by the XYDiagram2D.EnableAxisYZooming property value.

For more information, refer to Zooming and Scrolling (2D XY-Charts).

See Also

EnableAxisYZooming

Zoom and Scroll in 2D XY-Charts

XYDiagramPaneBase Class

XYDiagramPaneBase Members

DevExpress.XtraCharts Namespace