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 "NSObject.h" 00008 00009 @class EDChartSeriesFormat, NSArray, NSMutableDictionary, NSString; 00010 00011 @interface EDChartDataSeries : NSObject 00012 { 00013 NSArray *mValues; 00014 NSArray *mCategoryLabels; 00015 NSArray *mBubbleSizes; 00016 NSMutableDictionary *mPointFormats; 00017 EDChartSeriesFormat *mDefaultFormat; 00018 NSString *mTitle; 00019 } 00020 00021 - (void)dealloc; 00022 - (id)init; 00023 - (void)setValues:(id)fp8; 00024 - (id)values; 00025 - (void)setCategoryLabels:(id)fp8; 00026 - (id)categoryLabels; 00027 - (void)setBubbleSizes:(id)fp8; 00028 - (id)bubbleSizes; 00029 - (id)formatForPoint:(unsigned int)fp8; 00030 - (void)addFormatForPoint:(id)fp8 index:(unsigned int)fp12; 00031 - (id)defaultFormat; 00032 - (void)setDefaultFormat:(id)fp8; 00033 - (id)title; 00034 - (void)setTitle:(id)fp8; 00035 00036 @end 00037