Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Components / Libraries  |  SM2DGraphView

SM2DGraphView

SM2DGraphView - 1.6

Framework for adding graphs or pie charts to apps.

All Time: (5.0)
This Version: Not rated (0.0)
Current Version: 1.6
Release Date: 2009-04-13
License: Freeware
Downloads (this version): 882
Downloads (all versions): 5,191

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

This framework provides an NSView subclass which draws pie charts or graphs of lines and/or bars including axis labels. The SM2DGraphView class acts very much like an NSTableView or NSBrowser; SM2DGraphView takes responsibility for all of the drawing code but relies on a data source object to provide the specific lines and points to draw. A delegate object can also be assigned to a graph object to modify the behavior of the graph view.

Includes Interface Builder (IB) palette to easily add graphs to your nib files.

What's new in this version:

  • Axis labels (not tick labels, but the overall axis label) can now be either NSString or NSAttributed string.
  • Added dashed line drawing attribute thanks to Jerome Duquennoy.
  • Renamed folders and files within the archive to better separate things that require the Mac OS X 10.5 SDK from the older 10.4 SDK.
  • Using the 10.5 SDK allows compiling with Garbage Collection support, as well as 64-bit support.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.5 Intel
  • Mac OS X 10.5 PPC
  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2
  • Mac OS X 10.1

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

SM2DGraphView ReviewGreat framework - Version: 1.3.2, 9/21/2005 12:41PM PST

nfcd_dotmac
I would like to thank the developer for making available this framework. It has allowed me to implement two Cocoa applications that rely heavily on 2D Graphics, without having any idea about Cocoa drawing.

The framework is quite versatile, and you can even modify it to fit your needs.

2D plotting of about 1000 points takes less than a second in one of my applications.
Post a commentAlert Admin

SM2DGraphView Commentaryeasy to use - Version: 1.2.1, 7/3/2004 02:40AM PST

vrunkel
Hi,

even so the framework tends to be slower with bigger amount of data (>1000 elements) it is easy to use and powerful enough to do most things needed
Post a commentAlert Admin