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

Interface for accessing colors and pens used in a chart's rendering. More...

Public Member Functions

void DrawBackground (RenderContext context, Rectangle region)
 Draws the background of the chart within the specified region using the provided render context.
 

Properties

RenderPen Grid [get]
 Gets the pen used for drawing the grid lines.
 
bool HorizontalGridIsEnabled [get]
 Gets a value indicating whether horizontal grid lines are enabled.
 
Color BaseBackgroundColor [get]
 Gets the base background color of the chart.
 
Color UpCandleColor [get]
 Gets the color used for up (bullish) candles.
 
Color DownCandleColor [get]
 Gets the color used for down (bearish) candles.
 
Color AxisTextColor [get]
 Gets the color used for axis text.
 
RenderPen PaneSeparators [get]
 Gets the pen used for drawing pane separators.
 
RenderPen NewSessionPen [get]
 Gets the pen used for drawing the start of a new session.
 
RenderPen UpBarPen [get]
 Gets the pen used for drawing up bars.
 
RenderPen DownBarPen [get]
 Gets the pen used for drawing down bars.
 
RenderPen DojiBarPen [get]
 Gets the pen used for drawing Doji bars.
 
RenderPen BarBorderPen [get]
 Gets the pen used for drawing bar borders.
 
Color FootprintBidColor [get]
 Gets the color used for the bid volume in a footprint chart.
 
Color FootprintAskColor [get]
 Gets the color used for the ask volume in a footprint chart.
 
Color FootprintMainColor [get]
 Gets the main color used in a footprint chart.
 
Color FootprintTextColor [get]
 Gets the color used for text in a footprint chart.
 
Color FootprintMaximumVolumeTextColor [get]
 Gets the color used for the maximum volume text in a footprint chart.
 
Color PositiveColor [get]
 Gets the color used for positive values.
 
Color NegativeColor [get]
 Gets the color used for negative values.
 
Color NeutralColor [get]
 Gets the color used for neutral values.
 
Color MouseBackground [get]
 Gets the background color for the mouse.
 
Color MouseTextColor [get]
 Gets the text color for the mouse.
 
Color BuyOrdersColor [get]
 Gets the color used for buy orders.
 
Color SellOrdersColor [get]
 Gets the color used for sell orders.
 
Color OrdersTextColor [get]
 Gets the text color for orders.
 
Color PositiveProfitColor [get]
 Gets the color used for positive profit values.
 
Color NegativeProfitColor [get]
 Gets the color used for negative profit values.
 
Color NeutralProfitColor [get]
 Gets the color used for neutral profit values.
 
Color ProfitTextColor [get]
 Gets the text color for profit values.
 
Color DrawingObjectColor [get]
 Gets the color used for drawing objects.
 
HeatmapTypes HeatmapType [get]
 Gets the type of heatmap used for rendering.
 
Color DrawingObjectsSelectionColor [get]
 Gets the color used for drawing object selections.
 

Detailed Description

Interface for accessing colors and pens used in a chart's rendering.

Member Function Documentation

◆ DrawBackground()

void ATAS.Indicators.IChartColorsStore.DrawBackground ( RenderContext  context,
Rectangle  region 
)

Draws the background of the chart within the specified region using the provided render context.

Parameters
contextThe render context.
regionThe region to draw the background in.

Property Documentation

◆ AxisTextColor

Color ATAS.Indicators.IChartColorsStore.AxisTextColor
get

Gets the color used for axis text.

◆ BarBorderPen

RenderPen ATAS.Indicators.IChartColorsStore.BarBorderPen
get

Gets the pen used for drawing bar borders.

◆ BaseBackgroundColor

Color ATAS.Indicators.IChartColorsStore.BaseBackgroundColor
get

Gets the base background color of the chart.

◆ BuyOrdersColor

Color ATAS.Indicators.IChartColorsStore.BuyOrdersColor
get

Gets the color used for buy orders.

◆ DojiBarPen

RenderPen ATAS.Indicators.IChartColorsStore.DojiBarPen
get

Gets the pen used for drawing Doji bars.

◆ DownBarPen

RenderPen ATAS.Indicators.IChartColorsStore.DownBarPen
get

Gets the pen used for drawing down bars.

◆ DownCandleColor

Color ATAS.Indicators.IChartColorsStore.DownCandleColor
get

Gets the color used for down (bearish) candles.

◆ DrawingObjectColor

Color ATAS.Indicators.IChartColorsStore.DrawingObjectColor
get

Gets the color used for drawing objects.

◆ DrawingObjectsSelectionColor

Color ATAS.Indicators.IChartColorsStore.DrawingObjectsSelectionColor
get

Gets the color used for drawing object selections.

◆ FootprintAskColor

Color ATAS.Indicators.IChartColorsStore.FootprintAskColor
get

Gets the color used for the ask volume in a footprint chart.

◆ FootprintBidColor

Color ATAS.Indicators.IChartColorsStore.FootprintBidColor
get

Gets the color used for the bid volume in a footprint chart.

◆ FootprintMainColor

Color ATAS.Indicators.IChartColorsStore.FootprintMainColor
get

Gets the main color used in a footprint chart.

◆ FootprintMaximumVolumeTextColor

Color ATAS.Indicators.IChartColorsStore.FootprintMaximumVolumeTextColor
get

Gets the color used for the maximum volume text in a footprint chart.

◆ FootprintTextColor

Color ATAS.Indicators.IChartColorsStore.FootprintTextColor
get

Gets the color used for text in a footprint chart.

◆ Grid

RenderPen ATAS.Indicators.IChartColorsStore.Grid
get

Gets the pen used for drawing the grid lines.

◆ HeatmapType

HeatmapTypes ATAS.Indicators.IChartColorsStore.HeatmapType
get

Gets the type of heatmap used for rendering.

◆ HorizontalGridIsEnabled

bool ATAS.Indicators.IChartColorsStore.HorizontalGridIsEnabled
get

Gets a value indicating whether horizontal grid lines are enabled.

◆ MouseBackground

Color ATAS.Indicators.IChartColorsStore.MouseBackground
get

Gets the background color for the mouse.

◆ MouseTextColor

Color ATAS.Indicators.IChartColorsStore.MouseTextColor
get

Gets the text color for the mouse.

◆ NegativeColor

Color ATAS.Indicators.IChartColorsStore.NegativeColor
get

Gets the color used for negative values.

◆ NegativeProfitColor

Color ATAS.Indicators.IChartColorsStore.NegativeProfitColor
get

Gets the color used for negative profit values.

◆ NeutralColor

Color ATAS.Indicators.IChartColorsStore.NeutralColor
get

Gets the color used for neutral values.

◆ NeutralProfitColor

Color ATAS.Indicators.IChartColorsStore.NeutralProfitColor
get

Gets the color used for neutral profit values.

◆ NewSessionPen

RenderPen ATAS.Indicators.IChartColorsStore.NewSessionPen
get

Gets the pen used for drawing the start of a new session.

◆ OrdersTextColor

Color ATAS.Indicators.IChartColorsStore.OrdersTextColor
get

Gets the text color for orders.

◆ PaneSeparators

RenderPen ATAS.Indicators.IChartColorsStore.PaneSeparators
get

Gets the pen used for drawing pane separators.

◆ PositiveColor

Color ATAS.Indicators.IChartColorsStore.PositiveColor
get

Gets the color used for positive values.

◆ PositiveProfitColor

Color ATAS.Indicators.IChartColorsStore.PositiveProfitColor
get

Gets the color used for positive profit values.

◆ ProfitTextColor

Color ATAS.Indicators.IChartColorsStore.ProfitTextColor
get

Gets the text color for profit values.

◆ SellOrdersColor

Color ATAS.Indicators.IChartColorsStore.SellOrdersColor
get

Gets the color used for sell orders.

◆ UpBarPen

RenderPen ATAS.Indicators.IChartColorsStore.UpBarPen
get

Gets the pen used for drawing up bars.

◆ UpCandleColor

Color ATAS.Indicators.IChartColorsStore.UpCandleColor
get

Gets the color used for up (bullish) candles.


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