Interface for a chart containing various chart-related information and methods. More...
Public Member Functions | |
| string | TryGetMinimizedVolumeString (decimal value) | 
| Tries to get the string representation of the minimized volume for the specified value.   | |
| string | TryGetMinimizedVolumeString (decimal value, decimal price) | 
| Tries to get the string representation of the minimized volume for the specified value. If instrument is in USD, price is used to convert volume to USD.   | |
| 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.   | |
| RenderFont | PriceAxisFont [get] | 
| Gets the font of the chart price axis.   | |
| 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 (/).   | |
| IEnumerable< TradingSessionDescription > | TradingSessionDescriptions [get] | 
| Get the available trading sessions.   | |
| 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.   | |
Interface for a chart containing various chart-related information and methods.
| string ATAS.Indicators.IChart.GetPriceString | ( | decimal | value | ) | 
Gets the string representation of specified price.
| value | 
| string ATAS.Indicators.IChart.TryGetMinimizedVolumeString | ( | decimal | value | ) | 
Tries to get the string representation of the minimized volume for the specified value.
| value | The volume value to get the minimized string representation for. | 
| string ATAS.Indicators.IChart.TryGetMinimizedVolumeString | ( | decimal | value, | 
| decimal | price | ||
| ) | 
Tries to get the string representation of the minimized volume for the specified value. If instrument is in USD, price is used to convert volume to USD.
| value | The volume value to get the minimized string representation for. | 
| value | Price | 
      
  | 
  get | 
Gets the container representing the full area of the chart.
      
  | 
  get | 
Gets the type of the chart.
      
  | 
  getset | 
Gets or sets the visual mode of the chart.
      
  | 
  get | 
Gets the chart colors store providing various chart-related colors.
      
  | 
  get | 
Gets the chart coordinates manager responsible for managing chart coordinates and scaling.
      
  | 
  get | 
Gets the X-coordinate dots per inch (DPI) value of the chart.
      
  | 
  get | 
Gets the Y-coordinate dots per inch (DPI) value of the chart.
      
  | 
  get | 
Gets the list of drawing objects present in the chart.
      
  | 
  getset | 
Gets or sets footprint color scheme.
      
  | 
  getset | 
Gets or sets footprint content mode.
      
  | 
  getset | 
Gets or sets footprint visual mode.
      
  | 
  getset | 
Shows or hides price axis of the chart.
      
  | 
  getset | 
Gets or sets horizontal offset of indicators list.
      
  | 
  getset | 
Gets or sets vertical offset of indicators list.
      
  | 
  get | 
Gets the information about the keyboard within the chart.
      
  | 
  get | 
Gets the information about the mouse location within the chart.
      
  | 
  get | 
Gets the font of the chart price axis.
      
  | 
  get | 
Gets the container representing the area of the chart without the axis.
      
  | 
  getset | 
Gets or sets status line horizontal offset.
      
  | 
  get | 
Gets the string format used within the chart.
      
  | 
  get | 
Gets the time frame of the chart. If a time-frame has several parameters, they are separated by a slash (/).
      
  | 
  get | 
Get the available trading sessions.