Skip to main content

XYDiagram2D.IsZoomingEnabled Property

Gets a value specifying whether zooming is enabled for a chart’s diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public bool IsZoomingEnabled { get; }

Property Value

Type Description
Boolean

true, if zooming is allowed; otherwise, false.

Remarks

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

See Also