00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <OfficeImport/CMMapper.h> 00008 00009 @interface EMSeriesMapper : CMMapper 00010 { 00011 } 00012 00013 - (unsigned int)chartType; 00014 - (_Bool)useSecondaryAxis; 00015 - (id)values; 00016 - (struct CGColor *)fillColor; 00017 - (struct CGColor *)strokeColor; 00018 - (float)strokeWidth; 00019 - (unsigned int)markerType; 00020 - (struct CGColor *)markerColor; 00021 - (float)markerWidth; 00022 - (float)offset; 00023 00024 @end 00025