Hi.
I found this very nice looking pie chart in the Gallery on your website:
I did not found this as an example shipping with TeeChart V8.04.
Can you please tell me if such a chart can be build with TeeChart in Delphi 2007?
If so, can you please send me some example code?
Best regards!
WarmPie example in Delphi - smooth pie chart
Hi marder,
Notice that some of those charts were plotted using TeeChart for .NET
v3 and some of Micrsoft .NET Framework drawing tecniques are not available
in the VCL framework.
However, I've sent to your forums registered mail an example
reproducing similar pie to the one in the gallery using TeeChart Pro v8
VCL.
Notice that some of those charts were plotted using TeeChart for .NET
v3 and some of Micrsoft .NET Framework drawing tecniques are not available
in the VCL framework.
However, I've sent to your forums registered mail an example
reproducing similar pie to the one in the gallery using TeeChart Pro v8
VCL.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hi Yeray.
Sorry for the late response.
I tried to complie the code sample you send me, but with TeeChart V8.04 and Delphi 2007 I get compiler errors:
1. [DCC Error] Unit_Pie.pas(30): E2003 Undeclared identifier: 'WarmPalette'
2. [DCC Error] Unit_Pie.pas(41): E2003 Undeclared identifier: 'Shadow'
3. [DCC Error] Unit_Pie.pas(43): E2003 Undeclared identifier: 'Visible'
4. [DCC Error] Unit_Pie.pas(49): E2003 Undeclared identifier: 'Visible'
5. [DCC Error] Unit_Pie.pas(53): E2003 Undeclared identifier: 'PieMarks'
Can you please help me out?
Thanks!
Sorry for the late response.
I tried to complie the code sample you send me, but with TeeChart V8.04 and Delphi 2007 I get compiler errors:
1. [DCC Error] Unit_Pie.pas(30): E2003 Undeclared identifier: 'WarmPalette'
2. [DCC Error] Unit_Pie.pas(41): E2003 Undeclared identifier: 'Shadow'
3. [DCC Error] Unit_Pie.pas(43): E2003 Undeclared identifier: 'Visible'
4. [DCC Error] Unit_Pie.pas(49): E2003 Undeclared identifier: 'Visible'
5. [DCC Error] Unit_Pie.pas(53): E2003 Undeclared identifier: 'PieMarks'
Can you please help me out?
Thanks!
Hi marder,
I think that the most probably is that your delphi's search path is still referencing some previous teechart installation packages. Could you please verify the search and the library path?
I think that the most probably is that your delphi's search path is still referencing some previous teechart installation packages. Could you please verify the search and the library path?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hi marder,
Don't worry! We're pleased to help!
Don't worry! We're pleased to help!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: WarmPie example in Delphi - smooth pie chart
Hi,
For other customers interest, here it is attached the example we sent to marder.
For other customers interest, here it is attached the example we sent to marder.
- Attachments
-
- Pie.zip
- VCL Pie similar to the NET Pie in the gallery
- (1.38 MiB) Downloaded 1039 times
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: WarmPie example in Delphi - smooth pie chart
Hello,
I've upgraded the Pie in the post above to TeeChart v2010 and its new properties: BevelPercent, EdgeStyle and Transparency.
The result is quite better: And here you have the source code and the executable:
I've upgraded the Pie in the post above to TeeChart v2010 and its new properties: BevelPercent, EdgeStyle and Transparency.
The result is quite better: And here you have the source code and the executable:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: WarmPie example in Delphi - smooth pie chart
Hello,
New update. With v2013 the curved lines have been considerably improved and here it how it looks:
New update. With v2013 the curved lines have been considerably improved and here it how it looks:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |