Hoia!
I found out my answer... There's a 'circled' property:
pieChartSeries.Circled := true;
And voila!
Search found 4 matches
- Thu Aug 17, 2006 4:44 am
- Forum: VCL
- Topic: Force pie-graph to be "circle"
- Replies: 2
- Views: 8213
- Wed Aug 16, 2006 3:56 pm
- Forum: VCL
- Topic: Force pie-graph to be "circle"
- Replies: 2
- Views: 8213
Force pie-graph to be "circle"
Hello guys. I have a pie-chart, and the size of the component varies with the form's size (i.e. the user can change his window's size). The problem is that sometimes the pie can become an elliptic and not a circle - if the width is larger than the height, etc. (well, it actually includes a legend, s...
- Tue Aug 08, 2006 2:15 pm
- Forum: VCL
- Topic: Cannot export to JPG, or other formats
- Replies: 2
- Views: 5449
- Tue Aug 08, 2006 10:45 am
- Forum: VCL
- Topic: Cannot export to JPG, or other formats
- Replies: 2
- Views: 5449
Cannot export to JPG, or other formats
Hello guys. I've purchased and installed the TeeChart pro v7.07. I made a chart, and now I want to let the user see the export dialog. I use: TeeExport(_ownerForm,_graph); But I can only export to bitmap and metafile... I can't export to the other formats. In the TeeChart examples (The big example, ...