ChartMouseEventArgs¶
Summary¶
Provides data for the mouse related routed events.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
See Also¶
Properties¶
Chart¶
Summary
Gets the chart.
Signature
1 |
|
Return Value
Chart
ChartArea¶
Summary
Gets the chart area.
Signature
1 |
|
Return Value
ChartArea
MouseX¶
Summary
Gets the X-axis value of the mouse event.
Signature
1 |
|
Return Value
double
MouseY¶
Summary
Gets the Y-axis value of the mouse event.
Signature
1 |
|
Return Value
double
TimeValue¶
Summary
Gets the time value on the X-axis where the mouse event occurs.
Signature
1 |
|
Return Value
DateTime
BarIndex¶
Summary
Gets the exact bar index of the mouse event.
Signature
1 |
|
Return Value
double
YValue¶
Summary
Gets the Y-axis value of the mouse event.
Signature
1 |
|
Return Value
double
CtrlKey¶
Summary
Defines whether the Ctrl key is pressed during the mouse event.
Signature
1 |
|
Return Value
bool
ShiftKey¶
Summary
Defines whether the Shift key is pressed during the mouse event.
Signature
1 |
|
Return Value
bool
AltKey¶
Summary
Defines whether the Alt key is pressed during the mouse event.
Signature
1 |
|
Return Value
bool