This class adds data fields for error indicators in x direction.
More...
#include <jkqtpgraphsbaseerrors.h>
|
virtual double | getXErrorL (int i, const JKQTPDatastore *ds) const |
| returns the lower x-error for the i-th datapoint, read from datastore ds
|
|
virtual double | getXErrorU (int i, const JKQTPDatastore *ds) const |
| returns the upper x-error for the i-th datapoint, read from datastore ds
|
|
|
int | xErrorColumn |
| the column that contains the error of the x-component of the datapoints
|
|
int | xErrorColumnLower |
| the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if xErrorSymmetric ==false .
|
|
JKQTPErrorPlotstyle | xErrorStyle |
| how to draw the errors (if available) of the x-value
|
|
bool | xErrorSymmetric |
| indicates whether the x-errors are symmetric (from one column only)
|
|
This class adds data fields for error indicators in x direction.
- See also
- JKQTPYGraphErrorData, Mix-In Classes for Graphs
◆ JKQTPXGraphErrorData()
JKQTPXGraphErrorData::JKQTPXGraphErrorData |
( |
| ) |
|
◆ ~JKQTPXGraphErrorData()
virtual JKQTPXGraphErrorData::~JKQTPXGraphErrorData |
( |
| ) |
|
|
virtualdefault |
◆ getXErrorColumn()
int JKQTPXGraphErrorData::getXErrorColumn |
( |
| ) |
const |
the column that contains the error of the x-component of the datapoints
◆ getXErrorColumnLower()
int JKQTPXGraphErrorData::getXErrorColumnLower |
( |
| ) |
const |
the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if xErrorSymmetric ==false
.
◆ getXErrorL()
virtual double JKQTPXGraphErrorData::getXErrorL |
( |
int |
i, |
|
|
const JKQTPDatastore * |
ds |
|
) |
| const |
|
protectedvirtual |
returns the lower x-error for the i-th datapoint, read from datastore ds
◆ getXErrorStyle()
how to draw the errors (if available) of the x-value
◆ getXErrorSymmetric()
bool JKQTPXGraphErrorData::getXErrorSymmetric |
( |
| ) |
const |
indicates whether the x-errors are symmetric (from one column only)
◆ getXErrorU()
virtual double JKQTPXGraphErrorData::getXErrorU |
( |
int |
i, |
|
|
const JKQTPDatastore * |
ds |
|
) |
| const |
|
protectedvirtual |
returns the upper x-error for the i-th datapoint, read from datastore ds
◆ setXErrorColumn()
void JKQTPXGraphErrorData::setXErrorColumn |
( |
int |
__value | ) |
|
the column that contains the error of the x-component of the datapoints
◆ setXErrorColumnLower()
void JKQTPXGraphErrorData::setXErrorColumnLower |
( |
int |
__value | ) |
|
the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if xErrorSymmetric ==false
.
◆ setXErrorStyle()
how to draw the errors (if available) of the x-value
◆ setXErrorSymmetric()
void JKQTPXGraphErrorData::setXErrorSymmetric |
( |
bool |
__value | ) |
|
indicates whether the x-errors are symmetric (from one column only)
◆ xErrorColumn
int JKQTPXGraphErrorData::xErrorColumn |
|
protected |
the column that contains the error of the x-component of the datapoints
◆ xErrorColumnLower
int JKQTPXGraphErrorData::xErrorColumnLower |
|
protected |
the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if xErrorSymmetric ==false
.
◆ xErrorStyle
how to draw the errors (if available) of the x-value
◆ xErrorSymmetric
bool JKQTPXGraphErrorData::xErrorSymmetric |
|
protected |
indicates whether the x-errors are symmetric (from one column only)
The documentation for this class was generated from the following file: