ZoomingOptions2D Class
In This Article
Provides settings that specify the ways in which 2D chart zooming can be performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class ZoomingOptions2D :
ZoomingOptions
#Related API Members
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
Object
ChartElement
ZoomingOptions
ZoomingOptions2D
See Also