Specifies the zoom mode of a Chart control.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum ZoomMode |
| Visual Basic |
|---|
Public Enumeration ZoomMode |
| Visual C++ |
|---|
public enum class ZoomMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No zooming. | |
| Vertical | 1 | Zooming can be performed along the vertical axis only. | |
| Horizontal | 2 | Zooming can be performed along the horizontal axis only. | |
| Both | 3 | Zooming can be performed along both vertical and horizontal axes. |