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

spiderWebFillColor

蛛网填充颜色

@property (retain, nonatomic) UIColor *spiderWebFillColor

Discussion

蛛网填充颜色

Declared In

CCSSpiderWebChart.h

titles

Titles for display data
表示データのタイトルリスト
数据的标题

@property (retain, nonatomic) NSArray *titles

Discussion

Titles for display data
表示データのタイトルリスト
数据的标题

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

drawSpiderWeb:

Draw the spider web
ワッブを書く
绘制蛛网

- (void)drawSpiderWeb:(CGRect)rect

Parameters

rect

the rect of the grid
グリドのrect
图表的rect

Declared In

CCSSpiderWebChart.h

initProperty

@abstract
Initialize This Object’s Properties
オブジェクトのプロパティを初期化
初始化当前对象的属性

- (void)initProperty

Discussion

@abstract
Initialize This Object’s Properties
オブジェクトのプロパティを初期化
初始化当前对象的属性

Declared In

CCSBaseChartView.h