![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Holds the data of one single data point (one bar) for QCPBars. More...
#include <qcustomplot.h>
Public Member Functions | |
| QCPBarData () | |
| QCPBarData (double key, double value) | |
Public Attributes | |
| double | key |
| double | value |
Holds the data of one single data point (one bar) for QCPBars.
The container for storing multiple data points is QCPBarDataMap.
The stored data is:
Definition at line 3398 of file qcustomplot.h.
| QCPBarData::QCPBarData | ( | ) |
Constructs a bar data point with key and value set to zero.
Definition at line 19434 of file qcustomplot.cpp.
| QCPBarData::QCPBarData | ( | double | key, |
| double | value | ||
| ) |
Constructs a bar data point with the specified key and value.
Definition at line 19439 of file qcustomplot.cpp.
| double QCPBarData::key |
Definition at line 3402 of file qcustomplot.h.
Referenced by QCPBars::addData(), and QCPBars::setData().
| double QCPBarData::value |
Definition at line 3402 of file qcustomplot.h.
Referenced by QCPBars::addData(), and QCPBars::setData().