Search found 27 matches

by Raymond
Wed Dec 01, 2010 4:35 pm
Forum: ActiveX
Topic: Point mark when point is visible
Replies: 3
Views: 6934

Re: Point mark when point is visible

I tried that. The problem is it clips the marks. What I want to do is to not show the mark if the point is no longer visible on the graph. However, if the point is still visible, even though the mark will be off the graph, I still want to show the mark.
by Raymond
Tue Nov 30, 2010 5:45 pm
Forum: ActiveX
Topic: Point mark when point is visible
Replies: 3
Views: 6934

Point mark when point is visible

Hi, Is there a way to make the mark of a point visible if and only if the point is visible on the graph? Label_Overrun.jpg In the image above, the mark [357.5] still shows even when the point is no longer visible on the graph. I tried clipping; however, it clips the mark. What I want to do is to not...
by Raymond
Tue Aug 31, 2010 8:22 pm
Forum: ActiveX
Topic: TeeChart crashing in Windows Server 2008
Replies: 16
Views: 22311

TeeChart crashing in Windows Server 2008

I am running an application that uses TeeChart through terminal server on Windows Server 2008 R1. My application has been crashing when Microsoft port redirection service is turned on. Everything is fine if it is off. Has it ever been encountered before?
by Raymond
Wed Jul 07, 2010 3:17 pm
Forum: ActiveX
Topic: Control Bar Graph Label
Replies: 4
Views: 8583

Re: Control Bar Graph Label

When will the next update be released?
by Raymond
Tue Jul 06, 2010 9:14 pm
Forum: ActiveX
Topic: Control Bar Graph Label
Replies: 4
Views: 8583

Control Bar Graph Label

I am wondering if it is possible to control the Z-order of the bar graph label. Supposed I have 2 graph bar series, and I want to show the labels. If the labels of the first graph happens to overlap the second graph, the labels of the first graph will be behind the second graph. Is there a way to co...
by Raymond
Mon Feb 01, 2010 11:03 pm
Forum: ActiveX
Topic: Pie Chart Drawing
Replies: 2
Views: 6621

Pie Chart Drawing

Hi,

I was looking at http://www.steema.com/uploads/gallery/PieExploded.png. The pie chart there looks a lot nicer and smoother than that I can draw. Is there a way to produce that kind of look?
by Raymond
Mon Nov 02, 2009 8:57 pm
Forum: ActiveX
Topic: More controls over bar gradient
Replies: 8
Views: 12132

Re: More controls over bar gradient

Hi,

The bar fill color works. Is there a way to change the border color to match?
by Raymond
Mon Nov 02, 2009 5:42 pm
Forum: ActiveX
Topic: More controls over bar gradient
Replies: 8
Views: 12132

Re: More controls over bar gradient

It's working! Thanks!
by Raymond
Mon Nov 02, 2009 5:41 pm
Forum: ActiveX
Topic: Color band in PDF export
Replies: 3
Views: 6333

Re: Color band in PDF export

Hi,
Yea, I suppose the color band is not being drawn at all because if I change the backwall color, the export shows the backwall color.
by Raymond
Fri Oct 30, 2009 8:45 pm
Forum: ActiveX
Topic: Color band in PDF export
Replies: 3
Views: 6333

Color band in PDF export

Hi,

I have color band on my chart. However, when I export to PDF, the color band does not get drawn. Is there a workaround?
by Raymond
Fri Oct 30, 2009 6:34 pm
Forum: ActiveX
Topic: More controls over bar gradient
Replies: 8
Views: 12132

Re: More controls over bar gradient

Hi, Oh ... I am sorry. I did not realize OnGetSeriesBarStyle is an event. There is another problem, though. If I scroll horizontally, if the color of the first value is green and the color of the second value is red, and the bar is right on the left edge, the gradient will change from red to green.]...
by Raymond
Wed Oct 28, 2009 3:28 pm
Forum: ActiveX
Topic: More controls over bar gradient
Replies: 8
Views: 12132

Re: More controls over bar gradient

The values of the bar can vary. I attach an image of the bar graph. BarSeries.jpg What I want to do is to put gradient on the red series from darker red to lighter red and on the green series from darker green to lighter green. I already tweaked around with adding 2 separate series stacked on top of...
by Raymond
Tue Oct 27, 2009 10:44 pm
Forum: ActiveX
Topic: More controls over bar gradient
Replies: 8
Views: 12132

More controls over bar gradient

Hi, I have a situation where I have 2 bar series. If the value of the 1st bar is greater than the value of the 2nd bar, I want the 2nd bar to be colored red; if it is the other way around, I want the 2nd bar to be colored green. The problem is I cannot apply gradient (From lighter red to darker red ...
by Raymond
Mon Oct 26, 2009 4:20 pm
Forum: ActiveX
Topic: Using PageNumTool
Replies: 1
Views: 4157

Using PageNumTool

Hi, I am trying to set the margins and the size of the PageNumTool. I can do it in the designer, however, there does not seem to be a way to do it programmatically. The code I tried: tChart.GetTools().GetItems(0).GetAsPageNum().SetAutoSize(false); tChart.GetTools().GetItems(0).GetAsPageNum().SetHeig...
by Raymond
Thu Oct 22, 2009 3:35 pm
Forum: ActiveX
Topic: Gradient on Color Band or Series Region
Replies: 2
Views: 5005

Re: Gradient on Color Band or Series Region

It is probably my mistake. Apparently I also put gradient on the back wall. After I take out the gradient on the back wall, the color band or series region gradient works.