RadControls for Silverlight

This enumeration represents scroll modes available in RadChart.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050

Syntax

C#
public enum ScrollMode
Visual Basic
Public Enumeration ScrollMode

Members

Member nameValueDescription
None0 Choose this option when no zoom/scroll is required.
ScrollOnly1 Choose this option for scenarios with pre-zoomed chart, where scrolling is enabled.
ScrollAndZoom2 Choose this option both scroll and zoom are enabled.

See Also