Specifies possible action for the chart panel objects.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
| C# |
|---|
public enum ChartPanelAction |
| Visual Basic |
|---|
Public Enumeration ChartPanelAction |
Members
| Member name | Description | |
|---|---|---|
| None | No action. | |
| MouseMove | Follow mouse. | |
| LeftMouseButtonDrag | Can be dragged with left mouse button. | |
| RightMouseButtonDrag | Can be dragged with right mouse button. |