Back to Devexpress

XYDiagramPaneBase.ActualEnableAxisYZooming Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagrampanebase-17857f2c.md

latest1.8 KB
Original Source

XYDiagramPaneBase.ActualEnableAxisYZooming Property

Gets the actual value specifying whether it’s allowed to zoom the pane along its Y-axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool ActualEnableAxisYZooming { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualEnableAxisYZooming As Boolean

Property Value

TypeDescription
Boolean

true if Y-axis zooming is allowed; otherwise, false.

|

Remarks

Use the ActualEnableAxisYZooming property to get the actual X-axis zooming status, which is calculated dependent on the values of the XYDiagram2D.EnableAxisYZooming and XYDiagramPaneBase.EnableAxisYZooming properties.

See Also

ActualEnableAxisXZooming

XYDiagramPaneBase Class

XYDiagramPaneBase Members

DevExpress.XtraCharts Namespace