|
QTradingView 1.0.0
A high-performance charting library built with C++ and Qt.
|
Defines the color and font theme for chart rendering. More...
#include <ChartTheme.h>
Public Member Functions | |
| ChartTheme () | |
| Constructs a ChartTheme with default settings. | |
Static Public Member Functions | |
| static ChartTheme | tradingViewDark () |
| Returns a predefined dark theme similar to TradingView. | |
| static ChartTheme | tradingViewLight () |
| Returns a predefined light theme similar to TradingView. | |
| static ChartTheme | dark () |
| Returns a generic dark theme. | |
| static ChartTheme | light () |
| Returns a generic light theme. | |
Defines the color and font theme for chart rendering.
ChartTheme provides color and font settings for chart backgrounds, grids, axes, crosshairs, and series.
|
static |
Returns a generic dark theme.
|
static |
Returns a generic light theme.
|
static |
Returns a predefined dark theme similar to TradingView.
|
static |
Returns a predefined light theme similar to TradingView.