CCSSpiderWebChart Class Reference
Inherits from | CCSBaseChartView : UIControl |
Declared in | CCSSpiderWebChart.h CCSSpiderWebChart.m |
Overview
CCSSpiderWebChart
CCSSpiderWebChart is a kind of graph that display data on web-like graph. each
data was displayed in the longitude lines,like a area graph.
CCSSpiderWebChartは丸グラフとアリアグラフを合わせるのグラフ一種です、データをワッブで表示します。
CCSSpiderWebChart是一种将数据内容显示在网状图上的一种图表、是将饼图和面积图结合表示的一种图表
Tasks
Other Methods
-
data
Data Array for display data
property
表示用データ
表示用的数据 -
titles
Titles for display data
property
表示データのタイトルリスト
数据的标题 -
longitudeColor
Color of web‘s longitude line
property
経線の色
蛛网经线的显示颜色 -
latitudeColor
Color of web‘s latitude line
property
緯線の色
蛛网纬线的显示颜色 -
spiderWebFillColor
蛛网填充颜色
property -
longitudeLength
Radius of the spider web
property
ワッブの半径
蛛网图经线半径长度 -
latitudeNum
Numbers of latitude
property
緯線数量
纬线数 -
longitudeNum
Numbers of longitude
property
経線数量
经线数 -
displayLatitude
Should display latitude line?
property
緯線を表示するか?
纬线是否显示 -
displayLongitude
Should display longitude line?
property
経線を表示するか?
经线是否显示 -
position
The position for display the spider web
property
ワッブの中心点の位置
蛛网的中心位置 -
– drawData:
Draw the data for spider web
ワッブチャートのデータを書く
绘制蛛网上的数据 -
– drawSpiderWeb:
Draw the spider web
ワッブを書く
绘制蛛网
Other Methods
-
– initProperty
@abstract
Initialize This Object’s Properties
オブジェクトのプロパティを初期化
初始化当前对象的属性
Properties
data
Data Array for display data
表示用データ
表示用的数据
@property (retain, nonatomic) NSArray *data
Discussion
Data Array for display data
表示用データ
表示用的数据
Declared In
CCSSpiderWebChart.h
displayLatitude
Should display latitude line?
緯線を表示するか?
纬线是否显示
@property (assign, nonatomic) BOOL displayLatitude
Discussion
Should display latitude line?
緯線を表示するか?
纬线是否显示
Declared In
CCSSpiderWebChart.h
displayLongitude
Should display longitude line?
経線を表示するか?
经线是否显示
@property (assign, nonatomic) BOOL displayLongitude
Discussion
Should display longitude line?
経線を表示するか?
经线是否显示
Declared In
CCSSpiderWebChart.h
latitudeColor
Color of web‘s latitude line
緯線の色
蛛网纬线的显示颜色
@property (retain, nonatomic) UIColor *latitudeColor
Discussion
Color of web‘s latitude line
緯線の色
蛛网纬线的显示颜色
Declared In
CCSSpiderWebChart.h
latitudeNum
Numbers of latitude
緯線数量
纬线数
@property (assign, nonatomic) NSUInteger latitudeNum
Discussion
Numbers of latitude
緯線数量
纬线数
Declared In
CCSSpiderWebChart.h
longitudeColor
Color of web‘s longitude line
経線の色
蛛网经线的显示颜色
@property (retain, nonatomic) UIColor *longitudeColor
Discussion
Color of web‘s longitude line
経線の色
蛛网经线的显示颜色
Declared In
CCSSpiderWebChart.h
longitudeLength
Radius of the spider web
ワッブの半径
蛛网图经线半径长度
@property (assign, nonatomic) NSUInteger longitudeLength
Discussion
Radius of the spider web
ワッブの半径
蛛网图经线半径长度
Declared In
CCSSpiderWebChart.h
longitudeNum
Numbers of longitude
経線数量
经线数
@property (assign, nonatomic) NSUInteger longitudeNum
Discussion
Numbers of longitude
経線数量
经线数
Declared In
CCSSpiderWebChart.h
position
The position for display the spider web
ワッブの中心点の位置
蛛网的中心位置
@property (assign, nonatomic) CGPoint position
Discussion
The position for display the spider web
ワッブの中心点の位置
蛛网的中心位置
Declared In
CCSSpiderWebChart.h
Instance Methods
drawData:
Draw the data for spider web
ワッブチャートのデータを書く
绘制蛛网上的数据
- (void)drawData:(CGRect)rect
Parameters
- rect
the rect of the grid
グリドのrect
图表的rect
Declared In
CCSSpiderWebChart.h