freshking / DynamicGraphView

A simple but effective dynamic GraphView implementation for iPhone SDK
MIT License
227 stars 30 forks source link

Hide axis labels, support for Storyboards/XIBs and minor tweaks #8

Closed ghvillasboas closed 10 years ago

ghvillasboas commented 10 years ago

Now its possible to show/hide the labels of the graph using the public method:

[_graphView hideAxis:YES];

Also, added the support to add this view directly into storyboards/XIBs.