Back to Devexpress

ZoomingOptions2D Class

corelibraries-devexpress-dot-xtracharts-dot-zoomingoptions2d.md

latest1.6 KB
Original Source

ZoomingOptions2D Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ZoomingOptions2D :
    ZoomingOptions
vb
Public Class ZoomingOptions2D
    Inherits 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

Object ChartElement ZoomingOptions ZoomingOptions2D

See Also

ZoomingOptions2D Members

DevExpress.XtraCharts Namespace