Search found 10 matches

by MJ
Tue Sep 21, 2004 1:07 pm
Forum: VCL
Topic: Animation and color
Replies: 1
Views: 4652

Animation and color

Hi,

Could you tell me what the likelihood of supporting graphics like those shown in http://www.globfx.com/products/swfchart/samples.php is please? We have users asking for it, and would really rather keep our TeeChart code.

Thanks,

Matthew
by MJ
Wed Jul 14, 2004 10:25 am
Forum: VCL
Topic: Completely transparent background?
Replies: 1
Views: 5073

Completely transparent background?

Is it possible to make the chart completely transparent, that is, to use the image "underneath" the chart as the background? I'm trying to get an image displayed as the background, but the chart is only part of the display so it doesn't look too good at the moment. Knowing where to hook to say "I've...
by MJ
Mon Jun 21, 2004 4:08 pm
Forum: VCL
Topic: Donuts inside each other
Replies: 4
Views: 9373

Thanks - I'll go play with that.
by MJ
Mon Jun 21, 2004 12:59 pm
Forum: VCL
Topic: Donuts inside each other
Replies: 4
Views: 9373

http://www.steema.com/products/teechart/gallery.html has a pair of donuts in the second row, middle picture. I'd like to do that with my donuts too. (My Simpsons watching requires me that I now say "Mmmm, Donuts" :) ).
by MJ
Fri Jun 18, 2004 12:35 pm
Forum: VCL
Topic: Donuts inside each other
Replies: 4
Views: 9373

Donuts inside each other

Could someone please tell me how to get donut series to be independently sized? I have TeeChart 6 Pro, and there doesn't seem to be anything I can tweak to make them go inside each other as in the sample on the gallery first page. Clues welcome!

Matthew
by MJ
Tue Jun 08, 2004 7:11 pm
Forum: VCL
Topic: Drawing triangles
Replies: 3
Views: 8089

Thanks for the response. I've now sort of solved it. The funny thing was that the second time round it would work, but not the first time the form was loaded. Fortunately Codesite allowed me to see what was happening. My code was basically as follows: var rBlockRect : TRect; rBlockRect := ChartRisk....
by MJ
Tue Jun 08, 2004 10:51 am
Forum: VCL
Topic: Drawing triangles
Replies: 3
Views: 8089

Well, given no formal response, I'll describe how I've got on so far. I'm now using the TeeCanvas3D Triangle3D function, and the RectangleZ in addition to draw my own triangles. It does at least work, even if I must to it myself in the OnBeforeSeriesDraw. My only problem now is with the axis, which ...
by MJ
Fri Jun 04, 2004 1:45 pm
Forum: VCL
Topic: Drawing triangles
Replies: 3
Views: 8089

Drawing triangles

Hi, I've been using the shape series for displaying information, in a 3x3 grid. Thus I'd position 9 squares in the appropriate slot, and use colour and the text to indicate the value for that part of the grid. I use the 3D display, so it looks nice. That is simplified, but it shows the current state...
by MJ
Thu Jan 15, 2004 1:08 pm
Forum: VCL
Topic: Series marks outside of bar
Replies: 2
Views: 8519

Thanks, I'll have a play with that and see how it goes.

Matthew
by MJ
Wed Jan 14, 2004 12:30 pm
Forum: VCL
Topic: Series marks outside of bar
Replies: 2
Views: 8519

Series marks outside of bar

Is there a way to get the series marks above the items they are marking? Or to put the axis labels inside the graph itself? Essentially what I want to do is get a graph that looks like: | Widgets | *********** | Wotsits | ***** | Doobreys | ******************* | Thingamebobs | ************* +-------...