Holds the data of one single data point for QCPGraph. More...
| Public Functions | |
| QCPData () | |
| QCPData (double key, double value) | |
| Public Members | |
| double | key | 
| double | value | 
| double | keyErrorPlus | 
| double | keyErrorMinus | 
| double | valueErrorPlus | 
| double | valueErrorMinus | 
Holds the data of one single data point for QCPGraph.
The container for storing multiple data points is QCPDataMap.
The stored data is:
| QCPData::QCPData | ( | ) | 
Constructs a data point with key, value and all errors set to zero.
| QCPData::QCPData | ( | double | key, | 
| double | value | ||
| ) | 
Constructs a data point with the specified key and value. All errors are set to zero.