#include <OriginObj.h>
Public Types | |
enum | AxisPosition { Left = 0, Bottom, Right, Top, Front, Back } |
Public Attributes | |
GraphAxisFormat | formatAxis [2] |
TextBox | label |
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().
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().