Search found 5 matches

by Lucian
Fri Aug 27, 2004 7:31 am
Forum: VCL
Topic: radar chart
Replies: 2
Views: 5960

TeeChart 6.01 here, forgot to tell.
It was not working without also:

Chart1.Axes.Left.Automatic := FALSE;

thanks

Lucian
by Lucian
Tue Aug 24, 2004 2:18 pm
Forum: VCL
Topic: radar chart
Replies: 2
Views: 5960

radar chart

is it possible to have for the radar charts the values for the axis start from zero (same as Excel does it)?

thx
by Lucian
Wed Jun 16, 2004 8:58 am
Forum: VCL
Topic: buggy TCustomDBChart.CheckNewDataSource
Replies: 2
Views: 6622

Hi Marjan, The code mentioned does not explain at all how the problem was fixed in v7, on the contrary. Since I do not have v7 code (yet), all I can say is, if the code is the same as it is in v6, the method will continue to be faulty. Can you please post the entire method? any method like the one b...
by Lucian
Fri Jun 11, 2004 6:46 am
Forum: VCL
Topic: buggy TCustomDBChart.CheckNewDataSource
Replies: 2
Views: 6622

buggy TCustomDBChart.CheckNewDataSource

Hi, The method is faulty because it increases the IDataSources.Count every time it is called. The item added to the list is of type TDBChartDataSource and created local, and so, searching the input parameter ADataSet will always fail, thus the method will add another item to the list. I added the fo...
by Lucian
Mon Dec 08, 2003 4:54 pm
Forum: VCL
Topic: stacked 100
Replies: 1
Views: 8579

stacked 100

Hi Marjan, Initially I posted this to steema.public.teechart6.delphi Here we go again, so I'll get a prompter reply: Are there any plans to support "stacked 100" as Excel does? Currently, for TeeChart the stacked 100% represent "relative value of each element of the Series to a total of 100%."... wh...