Search found 4 matches

by mertero
Thu Aug 17, 2006 4:44 am
Forum: VCL
Topic: Force pie-graph to be "circle"
Replies: 2
Views: 7668

Hoia!

I found out my answer... There's a 'circled' property:

pieChartSeries.Circled := true;

And voila!
by mertero
Wed Aug 16, 2006 3:56 pm
Forum: VCL
Topic: Force pie-graph to be "circle"
Replies: 2
Views: 7668

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...
by mertero
Tue Aug 08, 2006 2:15 pm
Forum: VCL
Topic: Cannot export to JPG, or other formats
Replies: 2
Views: 5230

Okay, thanks. It works.

Strange behavior, but thanks for ultra-quick support ;-)

Ron.
by mertero
Tue Aug 08, 2006 10:45 am
Forum: VCL
Topic: Cannot export to JPG, or other formats
Replies: 2
Views: 5230

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, ...