Class ScrollMode
This enumeration represents scroll modes available in RadChart.
Inheritance
System.Object
ScrollMode
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class ScrollMode : Enum
Fields
None
Choose this option when no zoom/scroll is required.
Declaration
public const ScrollMode None
Field Value
ScrollMode
|
ScrollAndZoom
Choose this option both scroll and zoom are enabled.
Declaration
public const ScrollMode ScrollAndZoom
Field Value
ScrollMode
|
ScrollOnly
Choose this option for scenarios with pre-zoomed chart, where scrolling is enabled.
Declaration
public const ScrollMode ScrollOnly
Field Value
ScrollMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|