From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 10:47:42 +0800 Subject: [PATCH] 首次上传 --- screendisplay/screendisplay/Classes/ThirdClass/JHChart/JHRingChart.h | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/screendisplay/screendisplay/Classes/ThirdClass/JHChart/JHRingChart.h b/screendisplay/screendisplay/Classes/ThirdClass/JHChart/JHRingChart.h new file mode 100755 index 0000000..714a668 --- /dev/null +++ b/screendisplay/screendisplay/Classes/ThirdClass/JHChart/JHRingChart.h @@ -0,0 +1,30 @@ +// +// JHRingChart.h +// JHChartDemo +// +// Created by ������ on 16/7/5. +// Copyright �� 2016��� JH. All rights reserved. +// + +#import "JHChart.h" + +@interface JHRingChart : JHChart +#define k_Width_Scale (self.frame.size.width / [UIScreen mainScreen].bounds.size.width) + +/** + * Data source Array + */ +@property (nonatomic, strong) NSArray * valueDataArr; + + +/** + * An array of colors in the loop graph + */ +@property (nonatomic, strong) NSArray * fillColorArray; + + +/** + * Ring Chart width + */ +@property (nonatomic, assign) CGFloat ringWidth; +@end -- Gitblit v1.8.0