Search found 2 matches

by kennedyr
Fri Jun 27, 2008 3:09 pm
Forum: VCL
Topic: TeeChart Pro 8 Marks
Replies: 3
Views: 4573

Simply changing the font size for the mark in the series editor doesnt change the font at run time. Where does the code to change the font size need to be called from? Are there any other properties that need to be set? custom? procedure TForm2.LoadChart; var d : double; sMsg : string; i : word; beg...
by kennedyr
Wed Jun 25, 2008 7:03 pm
Forum: VCL
Topic: TeeChart Pro 8 Marks
Replies: 3
Views: 4573

TeeChart Pro 8 Marks

I am trying to edit the fontsize of a series mark from the editor. The font size will change on the design time chart but at run time it is still size 8. I also tried in code but the font still doesnt change. What am I doing wrong?

Thanks