Parent: Object
Contains all of the properties of a visual chart theme, including colors and settings information.
When true, rescales y-axis to ensure stop/limit values are visible when plotted using PlotStopsAndLimits()
.
The spacing between bars in the chart, in pixels.
The name of the chart style that should used for this theme, for example "Bar" or "Candlestick".
A ParameterList instance that contains the parameters that the user configured for the chart style specified in this theme (ChartStyleName property).
The color to use to render the background of the chart x and y axes.
The color to use to render the text of the x and y axis labels in the chart.
The color to use to render the background of the chart.
The color to use to render the bars on the chart whose closing price is less than their open price.
The color to use to render the x and y axis grid lines on the chart.
The color to use to render the pane separators that appear between chart panes.
The color to use to render the bars on the chart whose closing price is greater than or equal to their open price.
The color to use to render the text of the watermark that displays the symbol and security name in the middle of the chart.
Determines whether glyph icons for event data, such as dividends and splits, are displayed in the chart.
Determines whether the y axis of the chart uses a logarithmic (true) or linear (false) scale.
The number of pixels to reserve as top of bottom margins for the panes of the chart.
Returns a potentially modified version of the specified color that ensures it renders well in the chart's background color.
Controls whether or not the volume pane is displayed in the chart.
The color to use to render the vertical and crosshair cursors in the chart.