// 初始化K线图:
self.stockChartView = [[YBStockChartView alloc] initWithFrame:CGRectMake(0, 150, [UIScreen mainScreen].bounds.size.width, 300)];
// 上下模块比例
self.stockChartView.prop = 0.7;
// 设置代理
self.stockChartView.delegate = self;
// 内边距
self.stockChartView.padding = UIEdgeInsetsMake(10, 10, 0, 10);
[self.view addSubview:self.stockChartView];
// modelArray存放的是YBStockChartModel对象的模型数组
self.stockChartView.dataArray = modelArray; // 赋值
[self.stockChartView setNeedsDisplay]; // 刷新界面
-
Notifications
You must be signed in to change notification settings - Fork 4
License
yyb-vip/YBStockChartView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published