Search found 6 matches
- Thu May 19, 2005 2:01 pm
- Forum: ActiveX
- Topic: Adjusting TeeChart size within code
- Replies: 1
- Views: 4014
Adjusting TeeChart size within code
I have been attempting to format the dimensions of multiple TeeCharts within ColdFusion for use in a webpage table. However, upon setting the new dimiensions, the text does not also resize and the chart ends up becoming distorted. Example code follows: <OBJECT classid="clsid:B6C10489-FB89-11D4-93C9-...
- Tue Mar 02, 2004 2:06 pm
- Forum: ActiveX
- Topic: Displaying a number on canvas
- Replies: 3
- Views: 8452
Thanks for the quick response. I tried your recommended solution but it is not displaying the number on the canvas. On the chart I am working with there are two series one is a line and the other is horizline. And the code I user to write on the canvas is as follows: staticTtt.Canvas.Font.Name = sta...
- Mon Mar 01, 2004 3:21 pm
- Forum: ActiveX
- Topic: Displaying a number on canvas
- Replies: 3
- Views: 8452
Displaying a number on canvas
I need to display a number value that is passed as a variable on the canvas. I am know I can use “chart1.Canvas.TextOut” to display a text value but is it possible to pass a number and text value (ex. Avg = var1 var1 being a number variable). Please help. An example will be greatly appreciated. Than...
- Tue Feb 17, 2004 6:04 pm
- Forum: ActiveX
- Topic: Adding A Virtical Line/Series
- Replies: 4
- Views: 10499
- Tue Feb 17, 2004 3:59 pm
- Forum: ActiveX
- Topic: Adding A Virtical Line/Series
- Replies: 4
- Views: 10499
I am still having a problem
Pep, I copyed and pasted the code you posted and generated the chart and I am still getting two horizontal lines vs horizontal and vertical lines. What am I missing? Set staticTtt = Server.CreateObject("TeeChart.TChart") With staticTtt .Aspect.View3D = f .AddSeries scLine .Series(0).AddXY 0, 10, "",...
- Mon Feb 16, 2004 6:31 pm
- Forum: ActiveX
- Topic: Adding A Virtical Line/Series
- Replies: 4
- Views: 10499
Adding A Virtical Line/Series
I am trying to build two series on a chart. Series(0) is a line series and I don't have a problem generating this. The second series however need to be a vertical line and this is where I have the problem. I have tried using the HorizontalLine series which keeps generating a horizontal line vs verti...