Interface for an indicator container that holds indicator-related information and methods.
More...
|
int | GetYByValue (decimal value) |
| Gets the Y-coordinate value corresponding to the specified decimal value within the indicator container.
|
|
|
decimal | Maximum [get] |
| Gets the maximum value within the indicator container.
|
|
decimal | Minimum [get] |
| Gets the minimum value within the indicator container.
|
|
Rectangle | RelativeRegion [get, set] |
| Gets or sets the relative region of the indicator container.
|
|
Rectangle | Region [get] |
| Gets the rectangular region defined by the container.
|
|
|
Action< Rectangle > | OnChange |
| Event triggered when the indicator container's region changes.
|
|
Interface for an indicator container that holds indicator-related information and methods.
◆ GetYByValue()
int ATAS.Indicators.IIndicatorContainer.GetYByValue |
( |
decimal |
value | ) |
|
Gets the Y-coordinate value corresponding to the specified decimal value within the indicator container.
- Parameters
-
value | The decimal value to get the Y-coordinate for. |
- Returns
- The Y-coordinate value corresponding to the specified decimal value.
◆ Maximum
decimal ATAS.Indicators.IIndicatorContainer.Maximum |
|
get |
Gets the maximum value within the indicator container.
◆ Minimum
decimal ATAS.Indicators.IIndicatorContainer.Minimum |
|
get |
Gets the minimum value within the indicator container.
◆ RelativeRegion
Rectangle ATAS.Indicators.IIndicatorContainer.RelativeRegion |
|
getset |
Gets or sets the relative region of the indicator container.
◆ OnChange
Action<Rectangle> ATAS.Indicators.IIndicatorContainer.OnChange |
Event triggered when the indicator container's region changes.
The documentation for this interface was generated from the following file: