Click or drag to resize
ChartClientScrollMode Enumeration
Diagram scrollable mode.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ChartClientScrollMode
Members
  Member nameValueDescription
XOnly0 Diagram will be scrollable by X axis.
YOnly1 Diagram will be scrollable by Y axis.
Both2 Diagram will be scrollable by both X and Y axis.
None3 Diagram will not be scrollable.
See Also