Search found 6 matches

by Sophie
Thu Mar 31, 2005 6:44 pm
Forum: Wishes and ideas
Topic: Display time for the tool MarksTip
Replies: 4
Views: 15459

The delay time control the time before the tooltip appear. I want to control how long the tooltip is visible.

I hope it's better explained.... Sorry for my poor english...
Sophie
by Sophie
Wed Mar 30, 2005 4:09 pm
Forum: Wishes and ideas
Topic: Display time for the tool MarksTip
Replies: 4
Views: 15459

Display time for the tool MarksTip

When you move the mouse pointer on a point, it will be appreciate to control the display time. In some charts, the mark text contains a lot of information, and the users have to move the pointer on the point 2 or 3 times....

Thanks in advance
Sophie Morissette
by Sophie
Wed Mar 30, 2005 3:50 pm
Forum: ActiveX
Topic: MarksTip don't show last row and last column in a colorgrid
Replies: 1
Views: 4600

MarksTip don't show last row and last column in a colorgrid

Hi, If you use the tool MarksTip in a color grid, the label of the last row and the last column are never showed. This is a bug of TeeChart6.ocx, and it is not resolved with the version 7. Code Sample for vb6 project .exe Private Sub Form_Load() With TChart1 .Aspect.View3D = False .AddSeries scColor...
by Sophie
Wed Mar 30, 2005 3:34 pm
Forum: ActiveX
Topic: Misalignment between grid lines and color grid
Replies: 5
Views: 9129

Misalignment between grid lines and color grid

Hi, If you zoom a colorgrid chart with TeeChart7.ocx, the alignement is not correct between grid lines and color grid. Sample code for a VB6 project EXE, with a teechart in a form Private Sub Form_Load() With TChart1 .AddSeries scColorGrid End With With TChart1.Series(0).asColorGrid For X = 1 To 100...
by Sophie
Mon Mar 21, 2005 2:14 pm
Forum: ActiveX
Topic: INativeExport.SaveToFile return error Catastrophic Failure
Replies: 3
Views: 7940

Hi Narcis, The error arrive when you call the method .RemoveAllCustom before asNative.SaveToFile Code sample for a VB project EXE Private Sub Form_Load() Set loTchart = CreateObject("TeeChart.TChart.7") With loTchart .Axis.RemoveAllCustom lsFichier = App.Path & "\courbe" If Dir(lsFichier & ".tee", v...
by Sophie
Tue Mar 15, 2005 4:55 pm
Forum: ActiveX
Topic: INativeExport.SaveToFile return error Catastrophic Failure
Replies: 3
Views: 7940

INativeExport.SaveToFile return error Catastrophic Failure

Hi, I upgraded a TeeChart.ocx from version 6 to 7.003 in a VB6 program. I receive then following error when I save the chart as a native TeeChart 'tee' template Line code : tChart.Export.asNative.SaveToFile lsPathFileName, True Error : -2147418113 Automation error Catastrophic failure The same code ...