-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWDChartSeries.h
47 lines (40 loc) · 1.77 KB
/
WDChartSeries.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, June 5, 2018 at 6:34:35 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Health.app/Health
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <Health/Health-Structs.h>
#import <Health/NSCopying.h>
@class NSDate, NSNumber, NSArray, WDChartDataSet;
@interface WDChartSeries : NSObject <NSCopying> {
NSDate* _minXValue;
NSDate* _maxXValue;
NSNumber* _minYValue;
NSNumber* _maxYValue;
NSArray* _dataPoints;
CGSize _renderSize;
UIEdgeInsets _insets;
WDChartDataSet* _dataSet;
CGSize _imageSize;
}
@property (nonatomic,readonly) WDChartDataSet * dataSet; //@synthesize dataSet=_dataSet - In the implementation block
@property (nonatomic,readonly) CGSize imageSize; //@synthesize imageSize=_imageSize - In the implementation block
-(void)prepareForRenderingWithSize:(CGSize)arg1 minXValue:(id)arg2 maxXValue:(id)arg3 minYValue:(id)arg4 maxYValue:(id)arg5 insets:(UIEdgeInsets)arg6 dataSet:(id)arg7 ;
-(void)renderChartInContext:(CGContextRef)arg1 ;
-(void)renderFillInContext:(CGContextRef)arg1 ;
-(void)renderSecondaryFillInContext:(CGContextRef)arg1 ;
-(void)selectedPointIndexesUpdated:(id)arg1 ;
-(id)init;
-(id)copyWithZone:(NSZone*)arg1 ;
-(CGSize)imageSize;
-(double)_relativePositionForXPlaneValue:(id)arg1 ;
-(double)_getXValueForPointFromChartPoint:(id)arg1 ;
-(double)_getYValueForPointFromChartPoint:(id)arg1 ;
-(double)_getYValueForPointFromChartPointValue:(id)arg1 ;
-(CGPoint)getPointFromChartPoint:(id)arg1 ;
-(double)_getYValueForPointFromChartPoint:(id)arg1 key:(id)arg2 ;
-(CGPoint)getPointFromChartPoint:(id)arg1 forKey:(id)arg2 ;
-(WDChartDataSet *)dataSet;
@end