Inherits from CCSBaseData : NSObject
Declared in CCSTitledLine.h
CCSTitledLine.m

Overview

CCSTitledLine

Entity data which is use for display a line with title and color in CCSGridChart

CCSGridChartのライン表示用データです、ラインはタイトルや色の設定は可能です。

CCSGridChart上显示一条带颜色支持显示标题的线条的实体对象

Tasks

  •   data

    Line’s points data
    ラインのデータ
    线条数据

    property
  •   color

    Line’s color
    ラインの色
    线条颜色

    property
  •   title

    Line’s title
    ラインのタイトル
    线条标题

    property
  • – initWithData:color:title:

    Initialize This Object
    オブジェクトを初期化
    初始化当前对象

Properties

color

Line’s color
ラインの色
线条颜色

@property (retain, nonatomic) UIColor *color

Discussion

Line’s color
ラインの色
线条颜色

Declared In

CCSTitledLine.h

data

Line’s points data
ラインのデータ
线条数据

@property (retain, nonatomic) NSArray *data

Discussion

Line’s points data
ラインのデータ
线条数据

Declared In

CCSTitledLine.h

title

Line’s title
ラインのタイトル
线条标题

@property (copy, nonatomic) NSString *title

Discussion

Line’s title
ラインのタイトル
线条标题

Declared In

CCSTitledLine.h

Instance Methods

initWithData:color:title:

Initialize This Object
オブジェクトを初期化
初始化当前对象

- (id)initWithData:(NSMutableArray *)data color:(UIColor *)color title:(NSString *)title

Parameters

data

Data

数据的值

color

Color

数据的值

title

Title
タイトル
标题

Return Value

id Initialized Object
初期化したオブジェクト
初期化完成对象

Declared In

CCSTitledLine.h