OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
GCoptions Struct Reference

Google chart options. More...

Detailed Description

Google chart options.

Definition at line 25 of file GoogleChart.hpp.

#include <GoogleChart.hpp>

Public Member Functions

GCoptionsoperator= (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
 

Member Function Documentation

◆ operator=()

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

copy operator

Parameters
optobject to copy
Returns
itself

Definition at line 82 of file GoogleChart.hpp.

Field Documentation

◆ barWD

bool GCoptions::barWD = false

barWD

Definition at line 73 of file GoogleChart.hpp.

◆ curveType

std::string GCoptions::curveType = "function"

curve type

Definition at line 70 of file GoogleChart.hpp.

◆ heigh

size_t GCoptions::heigh =500

height of the graph in pixels

Definition at line 49 of file GoogleChart.hpp.

◆ intervalext

std::string GCoptions::intervalext

Style for each interval Check Google Chart API interval option

Definition at line 64 of file GoogleChart.hpp.

◆ intervalsext

std::string GCoptions::intervalsext

Style for all the intervals Check Google Chart API intervals option

Definition at line 60 of file GoogleChart.hpp.

◆ isStacked

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.

◆ lineWidth

size_t GCoptions::lineWidth = 4

Width of the line.

Definition at line 56 of file GoogleChart.hpp.

◆ more

std::string GCoptions::more

more

Definition at line 67 of file GoogleChart.hpp.

◆ stype

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.

◆ stypeext

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.

◆ title

std::string GCoptions::title

Title of the chart.

Definition at line 28 of file GoogleChart.hpp.

◆ width

size_t GCoptions::width =900

width of the graph in pixels

Definition at line 46 of file GoogleChart.hpp.

◆ xAxis

std::string GCoptions::xAxis

X axis name.

Definition at line 32 of file GoogleChart.hpp.

◆ yAxis

std::string GCoptions::yAxis

Y axis name.

Definition at line 30 of file GoogleChart.hpp.


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