CHGraph 0.0.13

CHGraph 0.0.13

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布日期上次发布2015年9月

Andrey Korolenko维护。



CHGraph 0.0.13

  • Andrey Korolenko

使用方法

要运行示例项目,先克隆仓库,然后从示例目录运行pod install

要求

安装

使用方法

CHGraphLine *line = [CHGraphLine new]; line.points = @[ [CHGraphPoint pointWithDate:date1 value:@20.0], [CHGraphPoint pointWithDate:date2 value:@30.0], [CHGraphPoint pointWithDate:date3 value:@40.0], [CHGraphPoint pointWithDate:date4 value:@170.0], [CHGraphPoint pointWithDate:date5 value:@200.0], [CHGraphPoint pointWithDate:date6 value:@320.0], ]; CHGraphView *graphView = [[CHGraphView alloc] initWithLines:@[line1] frame:CGRectMake(0, 0, 500, 220)]; [self.view addSubview:graphView];

作者

Andrey Korolenko,[email protected]

许可证

CHGraph可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。