Back to Devexpress

ScrollingOptions2D Members

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

latest5.2 KB
Original Source

ScrollingOptions2D Members

Provides the scrolling options for the XY-Diagram.

Properties

NameDescription
ScrollDownShortcutsReturns the collection of shortcuts used to scroll down the chart. Inherited from ScrollingOptions.
ScrollLeftShortcutsReturns the collection of shortcuts used to scroll to the left of the chart. Inherited from ScrollingOptions.
ScrollMouseActionReturns the action used to scroll the chart. Inherited from ScrollingOptions.
ScrollRightShortcutsReturns the collection of shortcuts used to scroll to the right of the chart. Inherited from ScrollingOptions.
ScrollUpShortcutsReturns the collection of shortcuts used to scroll up the chart. Inherited from ScrollingOptions.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
UseKeyboardSpecifies whether scrolling can be performed using the keyboard. Inherited from ScrollingOptions.
UseMouseSpecifies whether users can scroll a chart with the mouse. Inherited from ScrollingOptions.
UseScrollBarsSpecifies whether scroll bars are available.
UseTouchDeviceSpecifies whether scrolling can be performed using the touch device.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the ScrollingOptions2D object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the chart element. Inherited from ChartElement.

See Also

ScrollingOptions2D Class

DevExpress.XtraCharts Namespace