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

ZoomingOptions2D Class

Provides settings that specify the ways in which 2D chart zooming can be performed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class ZoomingOptions2D :
    ZoomingOptions

The following members return ZoomingOptions2D objects:

Remarks

This class introduces the ZoomingOptions2D.AxisXMaxZoomPercent and ZoomingOptions2D.AxisYMaxZoomPercent properties, which allow specifying the maximum zooming value for the X- and Y-axes.

Inheritance

See Also