This class adds data fields for error indicators in y direction.
More...
#include <jkqtpgraphsbaseerrors.h>
|
virtual double | getYErrorL (int i, const JKQTPDatastore *ds) const |
| returns the lower y-error for the i-th datapoint, read from datastore ds
|
|
virtual double | getYErrorU (int i, const JKQTPDatastore *ds) const |
| returns the upper y-error for the i-th datapoint, read from datastore ds
|
|
|
int | yErrorColumn |
| the column that contains the error of the x-component of the datapoints
|
|
int | yErrorColumnLower |
| the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if yErrorSymmetric ==false .
|
|
JKQTPErrorPlotstyle | yErrorStyle |
| how to draw the errors (if available) of the x-value
|
|
bool | yErrorSymmetric |
| indicates whether the x-errors are symmetric (from one column only)
|
|
This class adds data fields for error indicators in y direction.
- See also
- JKQTPXGraphErrorData Mix-In Classes for Graphs
◆ JKQTPYGraphErrorData()
JKQTPYGraphErrorData::JKQTPYGraphErrorData |
( |
| ) |
|
◆ ~JKQTPYGraphErrorData()
virtual JKQTPYGraphErrorData::~JKQTPYGraphErrorData |
( |
| ) |
|
|
virtualdefault |
◆ getYErrorColumn()
int JKQTPYGraphErrorData::getYErrorColumn |
( |
| ) |
const |
the column that contains the error of the x-component of the datapoints
◆ getYErrorColumnLower()
int JKQTPYGraphErrorData::getYErrorColumnLower |
( |
| ) |
const |
the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if yErrorSymmetric ==false
.
◆ getYErrorL()
virtual double JKQTPYGraphErrorData::getYErrorL |
( |
int |
i, |
|
|
const JKQTPDatastore * |
ds |
|
) |
| const |
|
protectedvirtual |
returns the lower y-error for the i-th datapoint, read from datastore ds
◆ getYErrorStyle()
how to draw the errors (if available) of the x-value
◆ getYErrorSymmetric()
bool JKQTPYGraphErrorData::getYErrorSymmetric |
( |
| ) |
const |
indicates whether the x-errors are symmetric (from one column only)
◆ getYErrorU()
virtual double JKQTPYGraphErrorData::getYErrorU |
( |
int |
i, |
|
|
const JKQTPDatastore * |
ds |
|
) |
| const |
|
protectedvirtual |
returns the upper y-error for the i-th datapoint, read from datastore ds
◆ setYErrorColumn()
void JKQTPYGraphErrorData::setYErrorColumn |
( |
int |
__value | ) |
|
the column that contains the error of the x-component of the datapoints
◆ setYErrorColumnLower()
void JKQTPYGraphErrorData::setYErrorColumnLower |
( |
int |
__value | ) |
|
the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if yErrorSymmetric ==false
.
◆ setYErrorStyle()
how to draw the errors (if available) of the x-value
◆ setYErrorSymmetric()
void JKQTPYGraphErrorData::setYErrorSymmetric |
( |
bool |
__value | ) |
|
indicates whether the x-errors are symmetric (from one column only)
◆ yErrorColumn
int JKQTPYGraphErrorData::yErrorColumn |
|
protected |
the column that contains the error of the x-component of the datapoints
◆ yErrorColumnLower
int JKQTPYGraphErrorData::yErrorColumnLower |
|
protected |
the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if yErrorSymmetric ==false
.
◆ yErrorStyle
how to draw the errors (if available) of the x-value
◆ yErrorSymmetric
bool JKQTPYGraphErrorData::yErrorSymmetric |
|
protected |
indicates whether the x-errors are symmetric (from one column only)
The documentation for this class was generated from the following file: