Inherits from CCSStickChart : CCSGridChart : CCSBaseChartView : UIControl
Declared in CCSCandleStickChart.h
CCSCandleStickChart.m

Overview

CCSCandleStickChart

CCSCandleStickChart is a kind of graph that draw the OHLCs on a CCSGridChart
if you want display some moving average lines on this graph, please use see
CCSMACandleStickChart for more information

CCSCandleStickChartはCCSGridChartの表面でロウソクを書いたラインチャードです。移動平均線など
分析線がお使いしたい場合、CCSMACandleStickChartにご参照ください。

CCSCandleStickChart是在CCSGridChart上绘制K线(蜡烛线)的图表、如果需要支持显示均线,请参照
CCSMACandleStickChart。

Tasks

Other Methods

  •   positiveStickBorderColor

    Price up stick’s border color
    値上がりローソクのボーダー色
    阳线的边框颜色

    property
  •   positiveStickFillColor

    Price up stick’s fill color
    値上がりローソクの色
    阳线的填充颜色

    property
  •   negativeStickBorderColor

    Price down stick’s border color
    値下りローソクのボーダー色
    阴线的边框颜色

    property
  •   negativeStickFillColor

    Price down stick’s fill color
    値下りローソクの色
    阴线的填充颜色

    property
  •   crossStarColor

    Price no change stick’s color (cross-star,T-like etc.)
    クローススターの色(価格変動無し)
    十字线显示颜色(十字星,一字平线,T形线的情况)

    property

Other Methods

  • – initProperty

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

  • – initAxisY

    Init Y axis degrees
    初期化Y軸の目盛
    初始化Y轴的刻度

  • – initAxisX

    Init X axis degrees
    初期化X軸の目盛
    初始化X轴的刻度

  • – drawData:

    Draw sticks to this graph
    スティックデータを使いてスティックを書く
    使用数据绘制柱条

Properties

crossStarColor

Price no change stick’s color (cross-star,T-like etc.)
クローススターの色(価格変動無し)
十字线显示颜色(十字星,一字平线,T形线的情况)

@property (retain, nonatomic) UIColor *crossStarColor

Discussion

Price no change stick’s color (cross-star,T-like etc.)
クローススターの色(価格変動無し)
十字线显示颜色(十字星,一字平线,T形线的情况)

Declared In

CCSCandleStickChart.h

negativeStickBorderColor

Price down stick’s border color
値下りローソクのボーダー色
阴线的边框颜色

@property (retain, nonatomic) UIColor *negativeStickBorderColor

Discussion

Price down stick’s border color
値下りローソクのボーダー色
阴线的边框颜色

Declared In

CCSCandleStickChart.h

negativeStickFillColor

Price down stick’s fill color
値下りローソクの色
阴线的填充颜色

@property (retain, nonatomic) UIColor *negativeStickFillColor

Discussion

Price down stick’s fill color
値下りローソクの色
阴线的填充颜色

Declared In

CCSCandleStickChart.h

positiveStickBorderColor

Price up stick’s border color
値上がりローソクのボーダー色
阳线的边框颜色

@property (retain, nonatomic) UIColor *positiveStickBorderColor

Discussion

Price up stick’s border color
値上がりローソクのボーダー色
阳线的边框颜色

Declared In

CCSCandleStickChart.h

positiveStickFillColor

Price up stick’s fill color
値上がりローソクの色
阳线的填充颜色

@property (retain, nonatomic) UIColor *positiveStickFillColor

Discussion

Price up stick’s fill color
値上がりローソクの色
阳线的填充颜色

Declared In

CCSCandleStickChart.h

Instance Methods

drawData:

Draw sticks to this graph
スティックデータを使いてスティックを書く
使用数据绘制柱条

- (void)drawData:(CGRect)rect

Parameters

rect

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

Declared In

CCSStickChart.h

initAxisX

Init X axis degrees
初期化X軸の目盛
初始化X轴的刻度

- (void)initAxisX

Declared In

CCSStickChart.h

initAxisY

Init Y axis degrees
初期化Y軸の目盛
初始化Y轴的刻度

- (void)initAxisY

Declared In

CCSStickChart.h

initProperty

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

- (void)initProperty

Discussion

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

Declared In

CCSBaseChartView.h