Search found 863 matches

by Christopher
Wed Dec 10, 2003 1:15 pm
Forum: .NET
Topic: Runtime editor (DataSource)
Replies: 1
Views: 9121

Hi! Has anyone an idea what is wrong here ? Mmm. Well, I've tried to reproduce this problem here using the following steps: 1. Follow the steps in "Tutorial 8 - ADO.NET Database Access" -> Connecting to ADO.NET at design-time. 2. Right-click over oleDbDataAdapter1 and select "Generate Dataset.." .. ...
by Christopher
Wed Dec 03, 2003 12:16 pm
Forum: .NET
Topic: Is this possible - display an icon on chart?
Replies: 3
Views: 13652

1. When is the appropriate time to call Refresh() on the chart after drawing images in the AfterDraw() method? Could I ask you why you would want to call refresh after the AfterDraw() event has fired but before the chart is painted? 2. I assume AfterDraw() is called only once for a chart, not once ...
by Christopher
Mon Dec 01, 2003 8:01 am
Forum: ActiveX
Topic: Get points in ASP page
Replies: 1
Views: 9966

Hi Geoff, I want to be able to click on a chart and have the nearest value displayed in a text box. I am using ASP / VB Script and a .tee file loaded into the activex control. OK. Please find following a simple example: CallExportChart.htm: <HTML> <SCRIPT language=VBScript> Sub Window_Onload() ' Use...
by Christopher
Wed Nov 26, 2003 10:47 am
Forum: ActiveX
Topic: VC++ example "Surface" does not work!
Replies: 13
Views: 35719

If you're after a TeeChart VC++ surface example build with a version of TeeChart AX less than four years old, may I suggest that you have a look at the example under: C:\Program Files\Steema Software\TeeChart Pro v6 ActiveX Control\Examples\Visual C++\Version 6\SeriesTextSource Best regards, Christo...
by Christopher
Wed Nov 26, 2003 10:12 am
Forum: ActiveX
Topic: Time axis the same for several charts
Replies: 9
Views: 26371

Ok, it seems that it's not possible to know the legend width.... :( Not true :D ... try code similar to the following: Private Sub Form_Load() With TChart1 .AddSeries scBar .Series(0).FillSampleValues 20 .Environment.InternalRepaint Label1.Caption = "LEGEND WIDTH = " & .Legend.ShapeBounds.Right - ....
by Christopher
Tue Nov 25, 2003 3:05 pm
Forum: ActiveX
Topic: TChart in Applet using DCOM and JIntegra almost working
Replies: 3
Views: 13988

But ofcourse, if you see possibilities to keep TeeChart running the way we we want it, that would be great. There has been a lot of effort put into making all Oracle forms call these TeeChart libraries. We are taking a closer look at JIntegra to see if we can suggest something that may help. A 100%...
by Christopher
Mon Nov 17, 2003 1:54 pm
Forum: ActiveX
Topic: TChart in Applet using DCOM and JIntegra almost working
Replies: 3
Views: 13988

Hi Raoul, Just a quick question before going into the technical details of the issue -- given that you have a TChart object serverside, have you considered exporting your chart as an image or do you really want a "live" (zoomable, scollable) chart on the client? Best regards, Christopher Ireland htt...
by Christopher
Mon Nov 10, 2003 10:42 am
Forum: .NET
Topic: Axis labels disappears
Replies: 1
Views: 9799

Hi David, You can minimalise this effect by using code similar to the following: private void Form1_Load(object sender, System.EventArgs e) { bar1.FillSampleValues(20); tChart1.Axes.Bottom.Automatic = false; tChart1.Axes.Bottom.Increment = 2; tChart1.Axes.Bottom.Labels.Separation = 0; tChart1.Axes.B...