#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
} |
|
◆ AxisPosition
Enumerator |
---|
Left | |
Bottom | |
Right | |
Top | |
Front | |
Back | |
◆ Scale
Enumerator |
---|
Linear | |
Log10 | |
Probability | |
Probit | |
Reciprocal | |
OffsetReciprocal | |
Logit | |
Ln | |
Log2 | |
◆ formatAxis
◆ majorGrid
◆ majorTicks
unsigned char Origin::GraphAxis::majorTicks |
◆ max
double Origin::GraphAxis::max |
◆ min
double Origin::GraphAxis::min |
◆ minorGrid
◆ minorTicks
unsigned char Origin::GraphAxis::minorTicks |
◆ position
◆ scale
unsigned char Origin::GraphAxis::scale |
◆ step
double Origin::GraphAxis::step |
◆ tickAxis
The documentation for this struct was generated from the following file: