|
liborigin
..
|
#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 | |
| double | anchor |
| 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 |
| double Origin::GraphAxis::anchor |
Referenced by OriginAnyParser::getAnnotationProperties().
| GraphAxisFormat Origin::GraphAxis::formatAxis[2] |
| GraphGrid Origin::GraphAxis::majorGrid |
Referenced by OriginAnyParser::getAxisParameterProperties().
| unsigned char Origin::GraphAxis::majorTicks |
Referenced by OriginAnyParser::getAnnotationProperties(), and OriginAnyParser::getLayerProperties().
| double Origin::GraphAxis::max |
Referenced by OriginAnyParser::getAnnotationProperties(), and OriginAnyParser::getLayerProperties().
| double Origin::GraphAxis::min |
Referenced by OriginAnyParser::getAnnotationProperties(), and OriginAnyParser::getLayerProperties().
| GraphGrid Origin::GraphAxis::minorGrid |
Referenced by OriginAnyParser::getAxisParameterProperties().
| unsigned char Origin::GraphAxis::minorTicks |
| bool Origin::GraphAxis::oppositeLine |
Referenced by OriginAnyParser::getLayerProperties().
| AxisPosition Origin::GraphAxis::position |
Referenced by OriginAnyParser::getAnnotationProperties().
| unsigned char Origin::GraphAxis::scale |
Referenced by OriginAnyParser::getAnnotationProperties(), and OriginAnyParser::getLayerProperties().
| double Origin::GraphAxis::step |
| GraphAxisTick Origin::GraphAxis::tickAxis[2] |
Referenced by OriginAnyParser::getAxisParameterProperties().
| bool Origin::GraphAxis::zeroLine |
Referenced by OriginAnyParser::getLayerProperties().
1.8.14