Interface for providing information about the mouse location within the chart.
More...
|
| decimal | PriceBelowMouse [get] |
| | Gets the price value below the mouse cursor in the chart.
|
| |
| int | BarBelowMouse [get] |
| | Gets the bar number below the mouse cursor in the chart.
|
| |
| Point | LastPosition [get] |
| | Gets the last position of the mouse cursor within the chart.
|
| |
| bool | IsMouseLeave [get, set] |
| | Gets or sets a value indicating whether the mouse has left the chart area.
|
| |
| bool | IsMovingChartUsingMouse [get, set] |
| | Gets or sets a value indicating whether the chart is being moved using the mouse.
|
| |
Interface for providing information about the mouse location within the chart.
◆ BarBelowMouse
| int ATAS.Indicators.IMouseLocationInfo.BarBelowMouse |
|
get |
Gets the bar number below the mouse cursor in the chart.
◆ IsMouseLeave
| bool ATAS.Indicators.IMouseLocationInfo.IsMouseLeave |
|
getset |
Gets or sets a value indicating whether the mouse has left the chart area.
◆ IsMovingChartUsingMouse
| bool ATAS.Indicators.IMouseLocationInfo.IsMovingChartUsingMouse |
|
getset |
Gets or sets a value indicating whether the chart is being moved using the mouse.
◆ LastPosition
| Point ATAS.Indicators.IMouseLocationInfo.LastPosition |
|
get |
Gets the last position of the mouse cursor within the chart.
◆ PriceBelowMouse
| decimal ATAS.Indicators.IMouseLocationInfo.PriceBelowMouse |
|
get |
Gets the price value below the mouse cursor in the chart.
The documentation for this interface was generated from the following file: