Specifies possible action for the chart panel objects.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public enum ChartPanelAction |
| Visual Basic |
|---|
Public Enumeration ChartPanelAction |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No action. | |
| MouseMove | 1 | Follow mouse. | |
| LeftMouseButtonDrag | 2 | Can be dragged with left mouse button. | |
| RightMouseButtonDrag | 3 | Can be dragged with right mouse button. |