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

Interface for a chart containing various chart-related information and methods. More...

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

Public Member Functions

string TryGetMinimizedVolumeString (decimal value)
 Tries to get the string representation of the minimized volume for the specified value.
 
string GetPriceString (decimal value)
 Gets the string representation of specified price.
 

Properties

IChartColorsStore ColorsStore [get]
 Gets the chart colors store providing various chart-related colors.
 
IChartCoordinatesManager CoordinatesManager [get]
 Gets the chart coordinates manager responsible for managing chart coordinates and scaling.
 
IMouseLocationInfo MouseLocationInfo [get]
 Gets the information about the mouse location within the chart.
 
IKeyboardInfo KeyboardInfo [get]
 Gets the information about the keyboard within the chart.
 
IDrawingObjectsListInfo DrawingObjectsListInfo [get]
 Gets the list of drawing objects present in the chart.
 
IChartContainer PriceChartContainer [get]
 Gets the container representing the area of the chart without the axis.
 
IContainer ChartContainer [get]
 Gets the container representing the full area of the chart.
 
string StringFormat [get]
 Gets the string format used within the chart.
 
string ChartType [get]
 Gets the type of the chart.
 
string TimeFrame [get]
 Gets the time frame of the chart. If a time-frame has several parameters, they are separated by a slash (/).
 
ChartVisualModes ChartVisualMode [get, set]
 Gets or sets the visual mode of the chart.
 
FootprintContentModes FootprintContentMode [get, set]
 Gets or sets footprint content mode.
 
FootprintVisualModes FootprintVisualMode [get, set]
 Gets or sets footprint visual mode.
 
FootprintColorSchemes FootprintColorScheme [get, set]
 Gets or sets footprint color scheme.
 
bool HidePriceAxis [get, set]
 Shows or hides price axis of the chart.
 
int StatusLineHorizontalOffset [get, set]
 Gets or sets status line horizontal offset.
 
int IndicatorsListVerticalOffset [get, set]
 Gets or sets vertical offset of indicators list.
 
int IndicatorsListHorizontalOffset [get, set]
 Gets or sets horizontal offset of indicators list.
 
decimal DpiY [get]
 Gets the Y-coordinate dots per inch (DPI) value of the chart.
 
decimal DpiX [get]
 Gets the X-coordinate dots per inch (DPI) value of the chart.
 
- Properties inherited from ATAS.Indicators.IContainer
Rectangle Region [get]
 Gets the rectangular region defined by the container.
 

Detailed Description

Interface for a chart containing various chart-related information and methods.

Member Function Documentation

◆ GetPriceString()

string ATAS.Indicators.IChart.GetPriceString ( decimal  value)

Gets the string representation of specified price.

Parameters
value
Returns

◆ TryGetMinimizedVolumeString()

string ATAS.Indicators.IChart.TryGetMinimizedVolumeString ( decimal  value)

Tries to get the string representation of the minimized volume for the specified value.

Parameters
valueThe volume value to get the minimized string representation for.
Returns
The minimized string representation of the volume.

Property Documentation

◆ ChartContainer

IContainer ATAS.Indicators.IChart.ChartContainer
get

Gets the container representing the full area of the chart.

◆ ChartType

string ATAS.Indicators.IChart.ChartType
get

Gets the type of the chart.

◆ ChartVisualMode

ChartVisualModes ATAS.Indicators.IChart.ChartVisualMode
getset

Gets or sets the visual mode of the chart.

◆ ColorsStore

IChartColorsStore ATAS.Indicators.IChart.ColorsStore
get

Gets the chart colors store providing various chart-related colors.

◆ CoordinatesManager

IChartCoordinatesManager ATAS.Indicators.IChart.CoordinatesManager
get

Gets the chart coordinates manager responsible for managing chart coordinates and scaling.

◆ DpiX

decimal ATAS.Indicators.IChart.DpiX
get

Gets the X-coordinate dots per inch (DPI) value of the chart.

◆ DpiY

decimal ATAS.Indicators.IChart.DpiY
get

Gets the Y-coordinate dots per inch (DPI) value of the chart.

◆ DrawingObjectsListInfo

IDrawingObjectsListInfo ATAS.Indicators.IChart.DrawingObjectsListInfo
get

Gets the list of drawing objects present in the chart.

◆ FootprintColorScheme

FootprintColorSchemes ATAS.Indicators.IChart.FootprintColorScheme
getset

Gets or sets footprint color scheme.

◆ FootprintContentMode

FootprintContentModes ATAS.Indicators.IChart.FootprintContentMode
getset

Gets or sets footprint content mode.

◆ FootprintVisualMode

FootprintVisualModes ATAS.Indicators.IChart.FootprintVisualMode
getset

Gets or sets footprint visual mode.

◆ HidePriceAxis

bool ATAS.Indicators.IChart.HidePriceAxis
getset

Shows or hides price axis of the chart.

◆ IndicatorsListHorizontalOffset

int ATAS.Indicators.IChart.IndicatorsListHorizontalOffset
getset

Gets or sets horizontal offset of indicators list.

◆ IndicatorsListVerticalOffset

int ATAS.Indicators.IChart.IndicatorsListVerticalOffset
getset

Gets or sets vertical offset of indicators list.

◆ KeyboardInfo

IKeyboardInfo ATAS.Indicators.IChart.KeyboardInfo
get

Gets the information about the keyboard within the chart.

◆ MouseLocationInfo

IMouseLocationInfo ATAS.Indicators.IChart.MouseLocationInfo
get

Gets the information about the mouse location within the chart.

◆ PriceChartContainer

IChartContainer ATAS.Indicators.IChart.PriceChartContainer
get

Gets the container representing the area of the chart without the axis.

◆ StatusLineHorizontalOffset

int ATAS.Indicators.IChart.StatusLineHorizontalOffset
getset

Gets or sets status line horizontal offset.

◆ StringFormat

string ATAS.Indicators.IChart.StringFormat
get

Gets the string format used within the chart.

◆ TimeFrame

string ATAS.Indicators.IChart.TimeFrame
get

Gets the time frame of the chart. If a time-frame has several parameters, they are separated by a slash (/).


The documentation for this interface was generated from the following file: