Search found 25 matches
- Mon Jun 07, 2004 9:04 am
- Forum: ActiveX
- Topic: Transparent background for shape serie
- Replies: 3
- Views: 9312
- Mon Jun 07, 2004 6:44 am
- Forum: ActiveX
- Topic: Transparent background for shape serie
- Replies: 3
- Views: 9312
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
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
- Wed Apr 14, 2004 9:20 am
- Forum: ActiveX
- Topic: Axis Title color
- Replies: 2
- Views: 8263
- Wed Apr 14, 2004 7:07 am
- Forum: ActiveX
- Topic: Axis Title color
- Replies: 2
- Views: 8263
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
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
- Thu Mar 18, 2004 7:36 am
- Forum: ActiveX
- Topic: TChart in a common library
- Replies: 1
- Views: 7038
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...
- Tue Feb 17, 2004 7:56 am
- Forum: ActiveX
- Topic: Line width of a part of the serie
- Replies: 1
- Views: 7273
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
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
- Wed Dec 31, 2003 9:16 am
- Forum: ActiveX
- Topic: Align top and bottom axis for several charts
- Replies: 1
- Views: 8217
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...
- Tue Dec 30, 2003 8:48 am
- Forum: ActiveX
- Topic: FastLine clear crash !
- Replies: 7
- Views: 21130
- Tue Dec 23, 2003 12:39 pm
- Forum: ActiveX
- Topic: FastLine clear crash !
- Replies: 7
- Views: 21130
- Mon Dec 22, 2003 8:31 am
- Forum: ActiveX
- Topic: FastLine clear crash !
- Replies: 7
- Views: 21130
- Thu Dec 18, 2003 8:35 am
- Forum: ActiveX
- Topic: FastLine clear crash !
- Replies: 7
- Views: 21130
- Mon Dec 15, 2003 1:52 pm
- Forum: ActiveX
- Topic: FastLine clear crash !
- Replies: 7
- Views: 21130
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
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
- Thu Dec 11, 2003 10:04 am
- Forum: ActiveX
- Topic: Multiple colors on a line Serie
- Replies: 4
- Views: 17031
- Thu Dec 11, 2003 9:18 am
- Forum: ActiveX
- Topic: Multiple colors on a line Serie
- Replies: 4
- Views: 17031
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 (...
- Thu Dec 11, 2003 8:38 am
- Forum: ActiveX
- Topic: Multiple colors on a line Serie
- Replies: 4
- Views: 17031
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
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