Search found 25 matches

by Ced
Mon Jun 07, 2004 9:04 am
Forum: ActiveX
Topic: Transparent background for shape serie
Replies: 3
Views: 7813

That doesn't work because in this case I have just two lines (the shape is a rectangle) and nothing in it: I want a pattern on it. But everything that is not the pattern must be transparent.
by Ced
Mon Jun 07, 2004 6:44 am
Forum: ActiveX
Topic: Transparent background for shape serie
Replies: 3
Views: 7813

Transparent background for shape serie

Hello !

I want to draw an shape serie on my chart but I want the background of it to be transparent BUT I want to have the pen visible (so I can see a pattern on it). So something like setting the brush transparent but still have a visible Pen.

Thank you
by Ced
Wed Apr 14, 2004 9:20 am
Forum: ActiveX
Topic: Axis Title color
Replies: 2
Views: 7057

Ok great !

I searched almost everywhere but not there :D
Thanks
by Ced
Wed Apr 14, 2004 7:07 am
Forum: ActiveX
Topic: Axis Title color
Replies: 2
Views: 7057

Axis Title color

Hello !

Is it possible to specify a color for the axis title ??? It seems possible to specify colors for the labels but for the title ???

Thanks
by Ced
Thu Mar 18, 2004 7:36 am
Forum: ActiveX
Topic: TChart in a common library
Replies: 1
Views: 6040

TChart in a common library

Hello ! I have a little question. I need to design a class that will encapsulate the TChart control (to provide more specific utilities) in C++. Of course I want to reuse this class in several project. So I want to put the .cpp and the .h files in a common library directory. The problem is that I ne...
by Ced
Tue Feb 17, 2004 7:56 am
Forum: ActiveX
Topic: Line width of a part of the serie
Replies: 1
Views: 6368

Line width of a part of the serie

Hello !

I have a line serie and I want to change the width of the line but not on the complete line. Is it possible to do this ?

Thanks
by Ced
Wed Dec 31, 2003 9:16 am
Forum: ActiveX
Topic: Align top and bottom axis for several charts
Replies: 1
Views: 7237

Align top and bottom axis for several charts

Hi, I have several charts on the screen and I need the top and bottom axis to be aligned for all the charts. In one of the chart, I have Bottom axis visible with labels and a caption and for another one, I don't want any axis to be visible (and no label nor caption). How can I specify this chart's a...
by Ced
Tue Dec 30, 2003 8:48 am
Forum: ActiveX
Topic: FastLine clear crash !
Replies: 7
Views: 18047

What the hell are you doing ?? :evil:

It's been more thant one week that I still don't have any response here !!! I need to solve this bug NOW !! Take a look at it please !!!!
by Ced
Tue Dec 23, 2003 12:39 pm
Forum: ActiveX
Topic: FastLine clear crash !
Replies: 7
Views: 18047

Still no response !

Can you take a look as soon as possible ? This is really urgent because this bug appears in a lot of our projects.
by Ced
Mon Dec 22, 2003 8:31 am
Forum: ActiveX
Topic: FastLine clear crash !
Replies: 7
Views: 18047

Hi,

Did you find something ?? And were you able to reproduce the bug ?
by Ced
Thu Dec 18, 2003 8:35 am
Forum: ActiveX
Topic: FastLine clear crash !
Replies: 7
Views: 18047

Hello!

I was able to reproduce the problem in an independant executable (based on one of my project). I can send you all the source files and/or the executable. What do you need exactly and where can I send it to you ?

Thanks
by Ced
Mon Dec 15, 2003 1:52 pm
Forum: ActiveX
Topic: FastLine clear crash !
Replies: 7
Views: 18047

FastLine clear crash !

Hello !

I use a fast line serie to plot points on a chart. Sometimes when I clean the line (using CSeries::Clear method) I have a messagebox : 'Unhandled exception in teechart.ocx").

I use Visual C++ 6 and Teechart 6.

Any idea ?
Thanks
by Ced
Thu Dec 11, 2003 10:04 am
Forum: ActiveX
Topic: Multiple colors on a line Serie
Replies: 4
Views: 14010

:oops: Oooooopss, sorry ! That was it ;-)

Ok, I changed it into a normal line and now that works fine :-)
by Ced
Thu Dec 11, 2003 9:18 am
Forum: ActiveX
Topic: Multiple colors on a line Serie
Replies: 4
Views: 14010

I used exactly the same syntax (except that the serie was stored in a member variable of my class). In fact, my line serie contains a lot of points (something like 2000 points). So, is the color just used on the POINTS or also on the line between the points ??? I need of course the second solution (...
by Ced
Thu Dec 11, 2003 8:38 am
Forum: ActiveX
Topic: Multiple colors on a line Serie
Replies: 4
Views: 14010

Multiple colors on a line Serie

Hello!

I have a line serie in a red color. I want now a portion of this line to be green.
I tried with SetColorEachPoint and SetPointColor but this doesn't work.

Any idea?
Thanks