liborigin2 13/09/2010
|
#include <OriginObj.h>
Public Types | |
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 } |
Public Attributes | |
GraphAxisFormat | formatAxis [2] |
GraphGrid | majorGrid |
unsigned char | majorTicks |
double | max |
double | min |
GraphGrid | minorGrid |
unsigned char | minorTicks |
AxisPosition | position |
unsigned char | scale |
double | step |
GraphAxisTick | tickAxis [2] |
Referenced by Origin750Parser::readGraphAxisInfo(), and Origin750Parser::readGraphAxisPrefixSuffixInfo().
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 |
Referenced by Origin750Parser::readGraphAxisInfo().