Search found 2 matches
- Fri Jun 27, 2008 3:09 pm
- Forum: VCL
- Topic: TeeChart Pro 8 Marks
- Replies: 3
- Views: 4634
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...
- Wed Jun 25, 2008 7:03 pm
- Forum: VCL
- Topic: TeeChart Pro 8 Marks
- Replies: 3
- Views: 4634
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
Thanks