Back to Devexpress

ZoomingOptions Class

corelibraries-devexpress-dot-xtracharts-69b6b284.md

latest1.9 KB
Original Source

ZoomingOptions Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ZoomingOptions :
    ChartElement,
    IZoomingBindings
vb
Public Class ZoomingOptions
    Inherits ChartElement
    Implements IZoomingBindings

The following members return ZoomingOptions objects:

Remarks

The properties exposed by the ZoomingOptions class allow you to define how zooming can be performed: via the keyboard, mouse wheel, or keyboard and mouse combinations.

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

Inheritance

Object ChartElement ZoomingOptions ZoomingOptions2D

See Also

ZoomingOptions Members

ScrollingOptions

DevExpress.XtraCharts Namespace