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
ScrollAndZoom
Choose this option both scroll and zoom are enabled.
Declaration
public const ScrollMode ScrollAndZoom
Field Value
ScrollOnly
Choose this option for scenarios with pre-zoomed chart, where scrolling is enabled.
Declaration
public const ScrollMode ScrollOnly
Field Value
value__
Declaration
public int value__
Field Value
System.
|