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
Search found 10 matches
- Tue Sep 21, 2004 1:07 pm
- Forum: VCL
- Topic: Animation and color
- Replies: 1
- Views: 4695
- Wed Jul 14, 2004 10:25 am
- Forum: VCL
- Topic: Completely transparent background?
- Replies: 1
- Views: 5123
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...
- Mon Jun 21, 2004 4:08 pm
- Forum: VCL
- Topic: Donuts inside each other
- Replies: 4
- Views: 9494
- Mon Jun 21, 2004 12:59 pm
- Forum: VCL
- Topic: Donuts inside each other
- Replies: 4
- Views: 9494
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" ).
- Fri Jun 18, 2004 12:35 pm
- Forum: VCL
- Topic: Donuts inside each other
- Replies: 4
- Views: 9494
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
Matthew
- Tue Jun 08, 2004 7:11 pm
- Forum: VCL
- Topic: Drawing triangles
- Replies: 3
- Views: 8197
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....
- Tue Jun 08, 2004 10:51 am
- Forum: VCL
- Topic: Drawing triangles
- Replies: 3
- Views: 8197
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 ...
- Fri Jun 04, 2004 1:45 pm
- Forum: VCL
- Topic: Drawing triangles
- Replies: 3
- Views: 8197
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...
- Thu Jan 15, 2004 1:08 pm
- Forum: VCL
- Topic: Series marks outside of bar
- Replies: 2
- Views: 8631
- Wed Jan 14, 2004 12:30 pm
- Forum: VCL
- Topic: Series marks outside of bar
- Replies: 2
- Views: 8631
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 | ************* +-------...