2
votes

TeeChart 2012 for Delphi, includes many demos, but the first one I thought I'd try is the features\tee9new.dpr demo, a monster of a demo which appears to be hard-coded to contain over 200 unit references to units that only ship in the high-end TeeChart product SKUs, and so the demo doesn't build out of the box, even though it ships in teeChart standard, it's a useless demo.

It appears there are zero "just your basic TChart demo" demos included with the package.

Maybe I'm missing something. But at some point the Features demo became all about gradients and polar maps, and crap that isn't in TeeChart 2012 standard.

If there isn't one provided by Steema, can someone point me at a demo that does the following three things:

  1. Create at least five types of charts (bar, line, series, etc).

  2. Show the recommended code patterns for working with charts every day.

I am currently hacking the Features demo to remove stuff that doesn't build in standard, but surely there must be something like this out there already? I have spent over an hour hacking on the demo and it seems I'm nowhere close to dealing with the "things that don't work in standard or pro".

I'm currently attempting to get ANY demo running in delphi 7, 2007, and xe2.

1
Have you asked Steema this question? It's generally best to go to them first when the question is about their product.RobertFrank
They actually are apparently on here, and since all users (even trial users) can access this, Steema says its' better to ask HERE. Their forums and support are for registered users only and I thought this is a helpful, useful general question about a very popular Delphi component, so I'll ask it here. While I'm a licensed user, I think that anyone using Delphi, any version, might want to try out the full tee chart component trial, and then run a demo.Warren P
That's reasonable. If I'd noticed your high reputation (16.4k at the time of this writing) I probably would have inferred that there was a good reason for your asking this here.RobertFrank

1 Answers

1
votes

I'm afraid the kind of demo you are asking for is not available but I have already prepared a simple example project using a few basic series styles, showing how to add data to them, letting the user display basic chart objects, etc. It's available here. Following the guidelines at the tutorials provided you should be able to easily extend it.