ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.IMouseLocationInfo Interface Reference

Interface for providing information about the mouse location within the chart. More...

Properties

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.
 

Detailed Description

Interface for providing information about the mouse location within the chart.

Property Documentation

◆ 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: