#include <OriginObj.h>
Public Types | |
| enum | AxisPosition { Left = 0, Bottom, Right, Top, Front, Back } |
Public Attributes | |
| GraphAxisFormat | formatAxis [2] |
| GraphGrid | majorGrid |
| unsigned char | majorTicks |
| double | max |
| double | min |
| GraphGrid | minorGrid |
| unsigned char | minorTicks |
| bool | oppositeLine |
| AxisPosition | position |
| unsigned char | scale |
| double | step |
| GraphAxisTick | tickAxis [2] |
| bool | zeroLine |
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().
1.5.8