CCSMAStickChart Class Reference
Inherits from | CCSStickChart : CCSGridChart : CCSBaseChartView : UIControl |
Declared in | CCSMAStickChart.h CCSMAStickChart.m |
Overview
CCSMAStickChart
CCSMAStickChart is inherits from CCSStickChart which can display
moving average lines on this graph
CCSMAStickChartはグラフの一種です、移動平均線など分析線がこのグラフで表示は可能です。
CCSMAStickChart继承于CCSStickChart的,可以在CCSStickChart基础上
显示移动平均等各种分析指标数据。
Tasks
Other Methods
-
linesData
Data for display data
property
ラインを表示用データ
表示线条用的数据 -
– drawLinesData:
Draw lines to this graph
ラインデータを使いてラインを書く
使用数据绘制线条
Other Methods
-
– initProperty
@abstract
Initialize This Object’s Properties
オブジェクトのプロパティを初期化
初始化当前对象的属性 -
– drawData:
Draw sticks to this graph
スティックデータを使いてスティックを書く
使用数据绘制柱条
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