00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/CMMapper.h>
00008
00009 @interface EMAxisMapper : CMMapper
00010 {
00011 }
00012
00013 - (id)position;
00014 - (unsigned int)type;
00015 - (id)label;
00016 - (float)minValue;
00017 - (float)maxValue;
00018 - (float)unit;
00019 - (_Bool)isLogarithmic;
00020 - (id)labels;
00021 - (_Bool)centerLabels;
00022 - (id)values;
00023 - (struct CGColor *)strokeColor;
00024 - (float)strokeWidth;
00025 - (struct CGColor *)textColor;
00026
00027 @end
00028