ChartClientScrollMode Enumeration |
Diagram scrollable mode.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum ChartClientScrollMode
Public Enumeration ChartClientScrollMode
public enum class ChartClientScrollMode
type ChartClientScrollMode
Members
| Member name | Value | Description |
---|
| XOnly | 0 |
Diagram will be scrollable by X axis.
|
| YOnly | 1 |
Diagram will be scrollable by Y axis.
|
| Both | 2 |
Diagram will be scrollable by both X and Y axis.
|
| None | 3 |
Diagram will not be scrollable.
|
See Also