Google chart options. More...
Google chart options.
Definition at line 25 of file GoogleChart.hpp.
#include <GoogleChart.hpp>
Public Member Functions | |
GCoptions & | operator= (const GCoptions &opt) |
copy operator | |
Data Fields | |
std::string | title |
Title of the chart. | |
std::string | yAxis |
Y axis name. | |
std::string | xAxis |
X axis name. | |
std::string | stype |
std::string | stypeext |
size_t | width =900 |
width of the graph in pixels | |
size_t | heigh =500 |
height of the graph in pixels | |
bool | isStacked = false |
size_t | lineWidth = 4 |
Width of the line. | |
std::string | intervalsext |
std::string | intervalext |
std::string | more |
more | |
std::string | curveType = "function" |
curve type | |
bool | barWD = false |
barWD | |
copy operator
opt | object to copy |
Definition at line 82 of file GoogleChart.hpp.
bool GCoptions::barWD = false |
barWD
Definition at line 73 of file GoogleChart.hpp.
std::string GCoptions::curveType = "function" |
curve type
Definition at line 70 of file GoogleChart.hpp.
size_t GCoptions::heigh =500 |
height of the graph in pixels
Definition at line 49 of file GoogleChart.hpp.
std::string GCoptions::intervalext |
Style for each interval Check Google Chart API interval option
Definition at line 64 of file GoogleChart.hpp.
std::string GCoptions::intervalsext |
Style for all the intervals Check Google Chart API intervals option
Definition at line 60 of file GoogleChart.hpp.
bool GCoptions::isStacked = false |
Flag that specify if the colums are stacked Check in Google Chart for is stacked option
Definition at line 53 of file GoogleChart.hpp.
size_t GCoptions::lineWidth = 4 |
Width of the line.
Definition at line 56 of file GoogleChart.hpp.
std::string GCoptions::more |
more
Definition at line 67 of file GoogleChart.hpp.
std::string GCoptions::stype |
Type of chart (list of the option can be founded in Google Chart API for seriesType) Possible options are: 'line', 'area', 'bars', 'candlesticks', and 'steppedArea' default: line
Definition at line 38 of file GoogleChart.hpp.
std::string GCoptions::stypeext |
Extended series options Example {5: {type: 'line'}} specify that the series number 5 must be represented with a line
Definition at line 43 of file GoogleChart.hpp.
std::string GCoptions::title |
Title of the chart.
Definition at line 28 of file GoogleChart.hpp.
size_t GCoptions::width =900 |
width of the graph in pixels
Definition at line 46 of file GoogleChart.hpp.
std::string GCoptions::xAxis |
X axis name.
Definition at line 32 of file GoogleChart.hpp.
std::string GCoptions::yAxis |
Y axis name.
Definition at line 30 of file GoogleChart.hpp.