Search found 9533 matches

by Yeray
Tue Jan 16, 2007 8:21 am
Forum: VCL
Topic: left justify mark text
Replies: 6
Views: 14401

You can use the TextAlign property to justify your series marks as you want.

Code: Select all

Series1.Marks.TextAlign := taLeftJustify;
by Yeray
Mon Jan 15, 2007 9:40 am
Forum: VCL
Topic: Foot
Replies: 1
Views: 5775

Hi guzial, you could do a little trick: Set the foot not visible when creating the form and then use a button which sets the foot visible, calls the print function, and sets the foot not visible again. procedure TForm1.FormCreate(Sender: TObject); begin Chart1.Foot.Visible := false; end; procedure T...
by Yeray
Thu Dec 21, 2006 11:20 am
Forum: VCL
Topic: Designtime,listindex out of bounds(-1)
Replies: 8
Views: 17425

Hello mustapha.wang,
We still cannot reproduce the issue. Could you please send us a simple example project we can run "as-is" to reproduce the problem here?

Please, send your project to the public attachments newsgroup at news://steema.public.attachments

Thanks in advance
by Yeray
Wed Dec 20, 2006 10:59 am
Forum: VCL
Topic: Designtime,listindex out of bounds(-1)
Replies: 8
Views: 17425

Hello mustapha.wang, Generally,I always delete Tee*.* under delphi\lib, and I am sure to compiled and used 7.07 source. probably deleting those files you're only removing teechart packages shipped with delphi, but not other v7 packages. Could you please check that you don't have other older TeeChart...
by Yeray
Tue Dec 19, 2006 11:53 am
Forum: VCL
Topic: Inconsistent processing with the SelectUnderMouse processing
Replies: 3
Views: 8755

Hello RGSMike,
First of all we'd like to thank you for your accurate report.
We could reproduce the problems here and added them to our wish-list to be enhanced for future releases.
by Yeray
Tue Dec 19, 2006 9:47 am
Forum: VCL
Topic: Designtime,listindex out of bounds(-1)
Replies: 8
Views: 17425

Hello mustapha.wang, I installed the update 1 for delphi 7 to see if it causes your problem and it works fine on my computer. Can you check that v7.07 of TeeChart packages are selected at Project\Options\Packages and its Lib and Bin paths are at the TOP of the Search Path list in Project\Options\Dir...
by Yeray
Mon Dec 18, 2006 10:10 am
Forum: VCL
Topic: Designtime,listindex out of bounds(-1)
Replies: 8
Views: 17425

Hello mustapha.wang, Following the steps you've posted we couldn't reproduce the error you get. Maybe you skipped to let us know an essential step that causes the problem or maybe your IDE is not referencing v7.07 packages properly. You can check this right-clicking on the chart and selecting the "a...
by Yeray
Thu Dec 14, 2006 10:17 am
Forum: VCL
Topic: HorizBarSeries gaps
Replies: 3
Views: 9601

Thanks for advising, we could reproduce the problem here and we've added it to our wish-list to be enhanced for future releases.

There's no workaround we can think of for now.

Best regards.


Yeray,
Steema Software