Enum ChartPaneMouseEventArgs.MouseEventType
Namespace: NFX.WinForms.Controls.ChartKit.Temporal
Assembly: NFX.WinForms.dll
Syntax
public enum MouseEventType
Fields
| Name | Description |
|---|---|
| ChartUpdate | Mouse did not change but chart content changed under the mouse as-if mouse moved |
| Click | Mouse was clicked |
| Move | Mouse moved |