iChart123 is a collection of free charts classes ready to use in REALbasic. If you need to transform your data into compelling 2D or 3D bar, line, area or pie charts then iChart123 is your solution and it is for free!
I have tested iChart123 with REALbasic r4, but there was 4 errors. To compile the project I have commented the error lines and everything went fine. You can try this too when you will have some problems with compiling the demo. The best way to introduce you what can you do with iChart123 is showing you iChart123 in action. Below some screenshot of this great tool.




Downloaded iChart123 after seeing it mentioned in the RB Forums. When I went to run it these four lines in the AddShapeArea1 method of the Chart123Interactive class give errors.
Obj2D.width = ObjRec2D.
Obj2D.height = ObjRec2D.height
Obj2D.CornerHeight = ObjRec2D.CornerHeight
Obj2D.CornerWidth = ObjRec2D.CornerWidth
No property is assigned on the first statement so it gives a syntax error. The other three all give a “This method or property does not exist” error.
Tried adding width to the end of the first one but then all 4 lines give a property does not exist error. I have no experience with the Object2D stuff that you are using. The chart examples you posted look great though.
I am running Mac 10.6.3 on a dual quad-core Mac Pro with 13 gigs of memory. Thanks for any info on these errors.