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

ScrollingOptions2D Class

Provides the scrolling options for the XY-Diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public class ScrollingOptions2D :
    ScrollingOptions

The following members return ScrollingOptions2D objects:

Remarks

In addition to the properties inherited from the ScrollingOptions class, the ScrollingOptions2D class provides the ScrollingOptions2D.UseScrollBars property, which specifies whether scroll bars can be used to scroll a 2D XY-diagram.

Inheritance

See Also