philsupertramp/game-math
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlotAttributes Struct Reference

#include <Plot.h>

Public Attributes

char * title
 title label More...
 
char * xAxis
 x-axis label More...
 
char * yAxis
 y-axis label More...
 
int pointStrength
 point strength More...
 
int lineStrength
 line strength More...
 
bool is3D = false
 signalizes 3D plot More...
 
bool is2D = false
 signalizes 2D plot More...
 
unsigned int isStatPlot
 identifier for statistical plots for value comparison More...
 
const char * color
 color used to plot elements More...
 
const char * colorPalette
 color used to plot elements More...
 
std::vector< const char * > plotNames
 vector representing data series More...
 
std::vector< const char * > plotTypes
 vector representing data series types More...
 
std::vector< const char * > characters
 vector representing characters to use to display points per data series More...
 
std::vector< PlotIndexplotIndices
 vector containing dataset indices in the storage file More...
 

Detailed Description

struct representing attributes of a plot

Member Data Documentation

◆ characters

std::vector<const char*> PlotAttributes::characters

vector representing characters to use to display points per data series

◆ color

const char* PlotAttributes::color

color used to plot elements

◆ colorPalette

const char* PlotAttributes::colorPalette

color used to plot elements

◆ is2D

bool PlotAttributes::is2D = false

signalizes 2D plot

◆ is3D

bool PlotAttributes::is3D = false

signalizes 3D plot

◆ isStatPlot

unsigned int PlotAttributes::isStatPlot

identifier for statistical plots for value comparison

◆ lineStrength

int PlotAttributes::lineStrength

line strength

◆ plotIndices

std::vector<PlotIndex> PlotAttributes::plotIndices

vector containing dataset indices in the storage file

◆ plotNames

std::vector<const char*> PlotAttributes::plotNames

vector representing data series

◆ plotTypes

std::vector<const char*> PlotAttributes::plotTypes

vector representing data series types

◆ pointStrength

int PlotAttributes::pointStrength

point strength

◆ title

char* PlotAttributes::title

title label

◆ xAxis

char* PlotAttributes::xAxis

x-axis label

◆ yAxis

char* PlotAttributes::yAxis

y-axis label


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