Search found 5 matches

by Chris
Fri Aug 20, 2010 5:47 pm
Forum: .NET
Topic: Cannot Install TeeChartNET2010VSNET2010Eval_4.1.2010.08047
Replies: 3
Views: 4693

Re: Cannot Install TeeChartNET2010VSNET2010Eval_4.1.2010.08047

Hello Chris, The HelpLibManager.exe error is a problem we've noticed recently in some 64bits Windows and we are investigating to solve it asap [ TF02015099 ]. On the other hand, we've seen that after this error message, the installer shows the following message:"This installation did not complete. ...
by Chris
Thu Aug 19, 2010 11:43 pm
Forum: .NET
Topic: Cannot Install TeeChartNET2010VSNET2010Eval_4.1.2010.08047
Replies: 3
Views: 4693

Cannot Install TeeChartNET2010VSNET2010Eval_4.1.2010.08047

System: Windows 7 Professional 64-bit (6.1, Build 7600) (7600.win7_gdr.100618-1621) IDE: Visual Studio 2010 Ultimate First Issue: toolbo~1.exe - System.NullReferenceException Second Issue: Error dialog - Could not execute the external program C:\PROGRA~2\Microsoft Help Viewer\v1.0\HelpLibManager.ex...
by Chris
Wed Jan 26, 2005 8:36 pm
Forum: VCL
Topic: ActiveX -> VCL
Replies: 4
Views: 6264

What about

Code: Select all

ActiveX: objChart.Axis.bottom.Position
Edit: It appears to be

Code: Select all

objChart.ChartHeight
by Chris
Mon Jan 24, 2005 1:32 pm
Forum: VCL
Topic: ActiveX -> VCL
Replies: 4
Views: 6264

Marjan wrote:Hi.

How about this:

Code: Select all

Chart1.Series[0].YValues.Value[i] := 35;
So PointValue is an ActiveX translation for the YValue(s) ?

That worked, thanks much.
by Chris
Mon Jan 24, 2005 3:23 am
Forum: VCL
Topic: ActiveX -> VCL
Replies: 4
Views: 6264

ActiveX -> VCL

How do you set a single existing point? In VB/ActiveX:

Code: Select all

tcMyChart( 2 ) .Series(0).PointValue(i) = 35
This is a simple 1 series, flat barchart.