chart_data Class Reference
#include <chart_data.h>
Inheritance diagram for chart_data:
Public Member Functions | |
void | set_axes (const axes &xyaxes) |
void | set_xaxis (const axis &xaxes) |
void | set_yaxis (const axis &yaxes) |
void | set_xlabel (const std::string &label) |
void | set_ylabel (const std::string &label) |
void | set_range (const float xmin, const float xmax, const float ymin, const float ymax) |
void | set_xrange (const float vmin, const float vmax) |
void | set_yrange (const float vmin, const float vmax) |
void | set_title (const std::string &title) |
void | clear () |
const axis & | x_axis () const |
const axis & | y_axis () const |
const std::string & | title () const |
const axes & | xyaxes () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, const chart_data &data) |
std::istream & | operator>> (std::istream &in, chart_data &data) |
Detailed Description
Encapsulates all data for a chart
Member Function Documentation
|
inline |
Clear the title and axis
|
inline |
Set both axes
- Parameters
-
xyaxes both axes
|
inline |
Set the limits of the axis
- Parameters
-
xmin minimum value xmax maximum value ymin minimum value ymax maximum value
|
inline |
Set the title of the plot
- Parameters
-
title plot title
|
inline |
Set the X-axis
- Parameters
-
xaxes x axis
|
inline |
Set the label of the X-axis
- Parameters
-
label text label
|
inline |
Set the limits of the X-axis
- Parameters
-
vmin minimum value vmax maximum value
|
inline |
Set the Y-axis
- Parameters
-
yaxes y axis
|
inline |
Set the label of the Y-axis
- Parameters
-
label text label
|
inline |
Set the limits of the Y-axis
- Parameters
-
vmin minimum value vmax maximum value
Friends And Related Function Documentation
|
friend |
|
friend |
The documentation for this class was generated from the following file:
- /io/interop/model/plot/chart_data.h