Search found 6 matches

by Jorg B
Fri Feb 25, 2005 1:11 pm
Forum: VCL
Topic: TChart legend woes
Replies: 4
Views: 7305

Ok Guys, Here's the kicker! The problem was that I displayed one extra series in my legend which was containing a strange symbol (e.g. with a circle in it) all other line series that are normal series. Whenever I remove that one from the legend, the series display 3x? rows. Thanks a lot for all the ...
by Jorg B
Thu Feb 24, 2005 10:03 am
Forum: VCL
Topic: TChart legend woes
Replies: 4
Views: 7305

Thanks Pep!

But would that not just constrain the number of items on the row to max 3? Right now it does not even reach 3, it sticks to 1 item per row and stacks them under each other, when there is no real need for it.

Thanks again,
- Jorgen
by Jorg B
Tue Feb 22, 2005 1:06 pm
Forum: VCL
Topic: TChart legend woes
Replies: 4
Views: 7305

TChart legend woes

Hi, I have a TChart (5.01) in which a variable amount of series can be placed. I have a legend at the bottom, and have set the Legend.ResizeChart to true, and some margin (like 4%) to bottom. Sometimes the legend is nicely spread out like; -- Series 1 Series 2 Series 3 Series 4 -- But sometimes the ...
by Jorg B
Thu Jan 20, 2005 4:19 pm
Forum: VCL
Topic: TLineSeries.AddXY crashes with a label
Replies: 3
Views: 6495

Hi Marjan, I am using TChart 5.01 .. As you tell me this bug should not exist in 5 since it was fixed in 4 ? I probably get this error when there are series with 1 point, because that is what I see, it stays at the 0 level. So what you suggest is that I use the event OnGetAxisLabel instead of giving...
by Jorg B
Thu Jan 20, 2005 9:59 am
Forum: VCL
Topic: Need help scaling the chart on the printer
Replies: 1
Views: 4844

Need help scaling the chart on the printer

[Borland Delphi 5.01, TChart 5.01, Win2K] Hi there, I need to be able to print a chart with true size tickmarks. This is needed for medical purposes, so the requirements are pretty solid. I have been searching for possible solutions and have come to a few, from which I like to know what the best one...
by Jorg B
Thu Jan 20, 2005 8:43 am
Forum: VCL
Topic: TLineSeries.AddXY crashes with a label
Replies: 3
Views: 6495

TLineSeries.AddXY crashes with a label

Excuse me for putting this problem in the wrong forum. I deleted it and moved it to this one: Hi there, Delphi5, TeeChart 5.01, Windows 2K Whenever I try to call AddXY of a TLineSeries with a label as well like; aSerie.addXY(I + 1, 100, 'label here'); The TeeChart raises an exception. Is there somet...