Summary
Provides data for the mouse related routed events.
Syntax
public class ChartMouseEventArgs : Object
Members
Name | Type | Summary |
---|---|---|
AltKey | Property | Defines whether the Alt key is pressed during the mouse event. |
BarIndex | Property | Gets the exact bar index of the mouse event. |
Chart | Property | Gets the chart. |
ChartArea | Property | Gets the chart area. |
CtrlKey | Property | Defines whether the Ctrl key is pressed during the mouse event. |
MouseX | Property | Gets the X-axis value of the mouse event. |
MouseY | Property | Gets the Y-axis value of the mouse event. |
ShiftKey | Property | Defines whether the Shift key is pressed during the mouse event. |
TimeValue | Property | Gets the time value on the X-axis where the mouse event occurs. |
YValue | Property | Gets the Y-axis value of the mouse event. |