JYGraphView:适用于iOS的简单折线图视图

时间:2024-03-12 04:25:16
【文件属性】:

文件名称:JYGraphView:适用于iOS的简单折线图视图

文件大小:2.93MB

文件格式:ZIP

更新时间:2024-03-12 04:25:16

Objective-C

JYGraphView 15年3月29日-为Apple Watch更新! 我在类( graphImage )中添加了一个方法,该方法可以返回可以在Apple Watch上使用的图形快照(作为UIImage)。 您需要对字体大小和笔触宽度进行一些调整,但是尝试一下很有趣! 查看示例应用程序中的示例。 典型用法: JYGraphView *graph = [[JYGraphView alloc ] initWithFrame: rect]; graph.graphData = data; graph.strokeColor = [UIColor orangeColor ]; graph.hidePoints = YES ; graph.hideLabels = YES ; graph.barColor = [UIColor clearColor ]; [graph plotG


【文件预览】:
JYGraphView-master
----.gitignore(237B)
----LICENSE(1KB)
----JYGraphViewDemoProject()
--------Screenshots()
--------JYGraphViewDemoProject.xcodeproj()
--------JYGraphViewDemoProject()
--------JYGraphViewDemoProjectTests()
--------JYGraphViewDemoProject WatchKit App()
--------JYGraphViewDemoProject WatchKit Extension()
----JYGraphView.podspec(590B)
----README.md(5KB)

网友评论