Back to Devexpress

ScrollingOptions2D Class

corelibraries-devexpress-dot-xtracharts-dot-scrollingoptions2d.md

latest1.7 KB
Original Source

ScrollingOptions2D Class

Provides the scrolling options for the XY-Diagram.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Object ChartElement ScrollingOptions ScrollingOptions2D

See Also

ScrollingOptions2D Members

DevExpress.XtraCharts Namespace