Search found 9 matches
- Wed Apr 07, 2004 8:29 am
- Forum: VCL
- Topic: exporting chart to pdf
- Replies: 3
- Views: 9894
- Mon Apr 05, 2004 10:17 am
- Forum: VCL
- Topic: exporting chart to pdf
- Replies: 3
- Views: 9894
exporting chart to pdf
i am trying to export a chart to a pdf.
I am using TeeChart 7 under BCB6
here is the code:
TeeSaveToPDFFile(Chart1,"test.pdf", 450, 200);
but this gives and EAccessViolation Error. What is the correct way to export to a pdf?
Thanks
I am using TeeChart 7 under BCB6
here is the code:
TeeSaveToPDFFile(Chart1,"test.pdf", 450, 200);
but this gives and EAccessViolation Error. What is the correct way to export to a pdf?
Thanks
- Fri Mar 26, 2004 9:04 am
- Forum: VCL
- Topic: ChartPreviewer
- Replies: 2
- Views: 7907
- Fri Mar 26, 2004 9:03 am
- Forum: VCL
- Topic: Colour Grid
- Replies: 3
- Views: 9663
- Thu Mar 25, 2004 9:39 am
- Forum: VCL
- Topic: ChartPreviewer
- Replies: 2
- Views: 7907
ChartPreviewer
I am using TeeChart 7 with BCB 6.
When I use ChartPreviewer, all works fine until I click the close buttons, and then I get a List out of bounds error.
When I use ChartPreviewer, all works fine until I click the close buttons, and then I get a List out of bounds error.
- Thu Mar 25, 2004 6:12 am
- Forum: VCL
- Topic: Colour Grid
- Replies: 3
- Views: 9663
Colour Grid
I am have problems plotting a colour grid. My I plot it, the grid gets set properly, but there are only small squares of colour in each cell of the grid on the chart (the size of each square seems to be 1 x 1). If I set irregular grid to true, then I just get a small grid on the bottom left corner. ...
- Wed Mar 24, 2004 5:53 am
- Forum: VCL
- Topic: Error when adding a surface
- Replies: 2
- Views: 7874
- Tue Mar 23, 2004 8:07 am
- Forum: VCL
- Topic: setting colour of outline of Rotate Tool
- Replies: 1
- Views: 6489
setting colour of outline of Rotate Tool
How can I set the colour of the outline of the rotate tool. I tried doing this at design time using the editor and selecting blue, get when I use it, the colour is yellow. I also tried setting it at runtime using:
ChartTool1->Pen->Color = clBlue;
but it is still yellow.
Thanks
ChartTool1->Pen->Color = clBlue;
but it is still yellow.
Thanks
- Fri Mar 19, 2004 7:39 am
- Forum: VCL
- Topic: Error when adding a surface
- Replies: 2
- Views: 7874
Error when adding a surface
I am using TeeChart 7 with BCB6
When I add a surface series to a chart, TeeChart adds the following include:
#include "TeeSurfa.h"
but this should be #include "TeeSurfa.hpp"
this happens also when I add tools.
How can I fix this?
When I add a surface series to a chart, TeeChart adds the following include:
#include "TeeSurfa.h"
but this should be #include "TeeSurfa.hpp"
this happens also when I add tools.
How can I fix this?