Skip to content

s7graphview is open source project for draw some graph in iPhone. I costomed it.

Notifications You must be signed in to change notification settings

grgcombs/Customed-s7graphview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

These source codes based on s7graphview.
s7graphview make you be able to draw graph on iOS.
For more about s7graphview, see (http://code.google.com/p/s7graphview/)

I costomed s7graphview blow.

 * You can define X and Y axis's unit.
 * You can touch the point of graph.
   You will draw plot's info writing delegate I added.
 * If you have emtpy for the value for X axis, s7graphview will ignore the empty value and
   draw line using next X axis's point that have not empty value.

** how to use
  See demo(DemoOfGraph).

I extend original s7graphview's New BSD License.

enjoy developing>>

About

s7graphview is open source project for draw some graph in iPhone. I costomed it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 95.8%
  • C 4.2%