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

Interface for an indicator container that holds indicator-related information and methods. More...

Inheritance diagram for ATAS.Indicators.IIndicatorContainer:
[legend]
Collaboration diagram for ATAS.Indicators.IIndicatorContainer:
[legend]

Public Member Functions

int GetYByValue (decimal value)
 Gets the Y-coordinate value corresponding to the specified decimal value within the indicator container.
 

Properties

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.
 
- Properties inherited from ATAS.Indicators.IContainer
Rectangle Region [get]
 Gets the rectangular region defined by the container.
 

Events

Action< RectangleOnChange
 Event triggered when the indicator container's region changes.
 

Detailed Description

Interface for an indicator container that holds indicator-related information and methods.

Member Function Documentation

◆ GetYByValue()

int ATAS.Indicators.IIndicatorContainer.GetYByValue ( decimal  value)

Gets the Y-coordinate value corresponding to the specified decimal value within the indicator container.

Parameters
valueThe decimal value to get the Y-coordinate for.
Returns
The Y-coordinate value corresponding to the specified decimal value.

Property Documentation

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

Event Documentation

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