#include <OriginObj.h>
|
enum | AxisPosition {
Left = 0,
Bottom,
Right,
Top,
Front,
Back
} |
|
enum | Scale {
Linear = 0,
Log10 = 1,
Probability = 2,
Probit = 3,
Reciprocal = 4,
OffsetReciprocal = 5,
Logit = 6,
Ln = 7,
Log2 = 8
} |
|
Enumerator |
---|
Left |
|
Bottom |
|
Right |
|
Top |
|
Front |
|
Back |
|
Enumerator |
---|
Linear |
|
Log10 |
|
Probability |
|
Probit |
|
Reciprocal |
|
OffsetReciprocal |
|
Logit |
|
Ln |
|
Log2 |
|
unsigned char Origin::GraphAxis::majorTicks |
double Origin::GraphAxis::max |
double Origin::GraphAxis::min |
unsigned char Origin::GraphAxis::minorTicks |
unsigned char Origin::GraphAxis::scale |
double Origin::GraphAxis::step |
The documentation for this struct was generated from the following file: