XYDiagramPaneBase.EnableAxisYZooming Property
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean EnableAxisYZooming { get; set; }
#Property Value
Type | Description |
---|---|
Default |
A Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Remarks
Use the EnableAxisYZooming property to specify whether it’s allowed to zoom an individual pane along its Y-axis.
Important
The Enable
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).