Search found 5 matches
- Fri Aug 20, 2010 5:47 pm
- Forum: .NET
- Topic: Cannot Install TeeChartNET2010VSNET2010Eval_4.1.2010.08047
- Replies: 3
- Views: 4722
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. ...
- Thu Aug 19, 2010 11:43 pm
- Forum: .NET
- Topic: Cannot Install TeeChartNET2010VSNET2010Eval_4.1.2010.08047
- Replies: 3
- Views: 4722
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...
- Wed Jan 26, 2005 8:36 pm
- Forum: VCL
- Topic: ActiveX -> VCL
- Replies: 4
- Views: 6304
What about
Edit: It appears to be
Code: Select all
ActiveX: objChart.Axis.bottom.Position
Code: Select all
objChart.ChartHeight
- Mon Jan 24, 2005 1:32 pm
- Forum: VCL
- Topic: ActiveX -> VCL
- Replies: 4
- Views: 6304
- Mon Jan 24, 2005 3:23 am
- Forum: VCL
- Topic: ActiveX -> VCL
- Replies: 4
- Views: 6304
ActiveX -> VCL
How do you set a single existing point? In VB/ActiveX:
This is a simple 1 series, flat barchart.
Code: Select all
tcMyChart( 2 ) .Series(0).PointValue(i) = 35