OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
GCoptions Struct Reference

Google chart options. More...

#include <GoogleChart.hpp>

Public Member Functions

GCoptionsoperator= (const GCoptions &opt)
 

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
 
size_t heigh =500
 
bool isStacked = false
 
size_t lineWidth = 4
 Width of the line.
 
std::string intervalsext
 
std::string intervalext
 
std::string more
 more
 

Detailed Description

Google chart options.

Definition at line 20 of file GoogleChart.hpp.

Field Documentation

std::string GCoptions::intervalext

Style for each interval Check Google Chart API interval option

Definition at line 56 of file GoogleChart.hpp.

std::string GCoptions::intervalsext

Style for all the intervals Check Google Chart API intervals option

Definition at line 52 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 45 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 33 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 38 of file GoogleChart.hpp.


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