Back to Devexpress

ChartScrollDirection Enum

corelibraries-devexpress-dot-xtracharts-e84ecadf.md

latest1.4 KB
Original Source

ChartScrollDirection Enum

Lists the values used to specify the direction in which a chart is being scrolled.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum ChartScrollDirection
vb
Public Enum ChartScrollDirection

Members

NameDescription
Horizontal

Identifies the horizontal scrolling direction.

| | Vertical |

Identifies the vertical scrolling direction.

| | Both |

Identifies both scrolling directions (vertical and horizontal).

|

The following properties accept/return ChartScrollDirection values:

Remarks

The values listed by the ChartScrollDirection enumeration are used to set the ChartScroll3DEventArgs.ScrollDirection property.

See Also

DevExpress.XtraCharts Namespace