Search found 9 matches

by Neil
Wed Apr 07, 2004 8:29 am
Forum: VCL
Topic: exporting chart to pdf
Replies: 3
Views: 9826

The problem can be recreated with a surface series, when the transparency is not 0.
by Neil
Mon Apr 05, 2004 10:17 am
Forum: VCL
Topic: exporting chart to pdf
Replies: 3
Views: 9826

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
by Neil
Fri Mar 26, 2004 9:04 am
Forum: VCL
Topic: ChartPreviewer
Replies: 2
Views: 7842

I have not been able to recreate this in a simple project.
I have worked around the problem by enclosing ChartPreviewer->Execute() in a try - catch statement
by Neil
Fri Mar 26, 2004 9:03 am
Forum: VCL
Topic: Colour Grid
Replies: 3
Views: 9606

Thanks, that worked, but now the titles of the axis' are on top of the labels of the axis. Is there any way to move the title of an axis

Thanks
by Neil
Thu Mar 25, 2004 9:39 am
Forum: VCL
Topic: ChartPreviewer
Replies: 2
Views: 7842

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.
by Neil
Thu Mar 25, 2004 6:12 am
Forum: VCL
Topic: Colour Grid
Replies: 3
Views: 9606

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. ...
by Neil
Wed Mar 24, 2004 5:53 am
Forum: VCL
Topic: Error when adding a surface
Replies: 2
Views: 7824

A used the binary installer.
by Neil
Tue Mar 23, 2004 8:07 am
Forum: VCL
Topic: setting colour of outline of Rotate Tool
Replies: 1
Views: 6432

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
by Neil
Fri Mar 19, 2004 7:39 am
Forum: VCL
Topic: Error when adding a surface
Replies: 2
Views: 7824

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? :?: