Holds the data of one single data point (one bar) for QCPBars. More...
Public Functions | |
QCPBarData () | |
QCPBarData (double key, double value) | |
Public Members | |
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:
QCPBarData::QCPBarData | ( | ) |
Constructs a bar data point with key and value set to zero.
QCPBarData::QCPBarData | ( | double | key, |
double | value | ||
) |
Constructs a bar data point with the specified key and value.