PRB: Using MSChart Control Inside Internet Explorer Causes Problems (240339)



The information in this article applies to:

  • Microsoft Internet Explorer (Programming) 4.0
  • Microsoft Internet Explorer (Programming) 5
  • Microsoft Internet Explorer (Programming) 5.5

This article was previously published under Q240339
IMPORTANT: Microsoft will no longer support Chart after July 1, 1999. For more information on Product Support Discontinuance, see the following Microsoft Web site:

SYMPTOMS

When the MSChart control is used directly in a Web page, it does not always work as expected.

CAUSE

The MSChart control is single threaded. Single threaded controls are not compatible with Microsoft Internet Explorer 4.0 or later, so this control is not guaranteed to work with those versions of Microsoft Internet Explorer.

RESOLUTION

Microsoft does not recommend using the MSChart control in Microsoft Internet Explorer 4.0 or later. It may be possible to use the MSChart control in Microsoft Internet Explorer 4.0, but any problems that arise are not supported by Microsoft.

MORE INFORMATION

To work around this problem, you can either build your own chart control in Visual Basic or Visual C++, or purchase a third-party chart control. There are third-party controls available that allow you to dynamically add charts to Web pages. You may also want to consider using Office 2000 Web Components.

REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

150777 INFO: Descriptions and Workings of OLE Threading Models


Modification Type:MajorLast Reviewed:5/10/2003
Keywords:kbFAQ kbprb KB240339