OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
GCoptions Struct Reference

Google chart options. More...

Detailed Description

Google chart options.

Definition at line 24 of file GoogleChart.hpp.

#include <GoogleChart.hpp>

Public Member Functions

GCoptionsoperator= (const GCoptions &opt)
 copy operator More...
 

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
 

Member Function Documentation

GCoptions& GCoptions::operator= ( const GCoptions opt)
inline

copy operator

Parameters
optobject to copy
Returns
itself

Definition at line 81 of file GoogleChart.hpp.

Field Documentation

std::string GCoptions::intervalext

Style for each interval Check Google Chart API interval option

Definition at line 63 of file GoogleChart.hpp.

std::string GCoptions::intervalsext

Style for all the intervals Check Google Chart API intervals option

Definition at line 59 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 52 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 37 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 42 of file GoogleChart.hpp.


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