ATAS
|
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. | |
Interface for accessing colors and pens used in a chart's rendering.
void ATAS.Indicators.IChartColorsStore.DrawBackground | ( | RenderContext | context, |
Rectangle | region | ||
) |
Draws the background of the chart within the specified region using the provided render context.
context | The render context. |
region | The region to draw the background in. |
|
get |
Gets the color used for axis text.
|
get |
Gets the pen used for drawing bar borders.
|
get |
Gets the base background color of the chart.
|
get |
Gets the color used for buy orders.
|
get |
Gets the pen used for drawing Doji bars.
|
get |
Gets the pen used for drawing down bars.
|
get |
Gets the color used for down (bearish) candles.
|
get |
Gets the color used for drawing objects.
|
get |
Gets the color used for drawing object selections.
|
get |
Gets the color used for the ask volume in a footprint chart.
|
get |
Gets the color used for the bid volume in a footprint chart.
|
get |
Gets the main color used in a footprint chart.
|
get |
Gets the color used for the maximum volume text in a footprint chart.
|
get |
Gets the color used for text in a footprint chart.
|
get |
Gets the pen used for drawing the grid lines.
|
get |
Gets the type of heatmap used for rendering.
|
get |
Gets a value indicating whether horizontal grid lines are enabled.
|
get |
Gets the background color for the mouse.
|
get |
Gets the text color for the mouse.
|
get |
Gets the color used for negative values.
|
get |
Gets the color used for negative profit values.
|
get |
Gets the color used for neutral values.
|
get |
Gets the color used for neutral profit values.
|
get |
Gets the pen used for drawing the start of a new session.
|
get |
Gets the text color for orders.
|
get |
Gets the pen used for drawing pane separators.
|
get |
Gets the color used for positive values.
|
get |
Gets the color used for positive profit values.
|
get |
Gets the text color for profit values.
|
get |
Gets the color used for sell orders.
|
get |
Gets the pen used for drawing up bars.
|
get |
Gets the color used for up (bullish) candles.