How to Clear the Legend Information from a Graph ControlLast reviewed: June 21, 1995Article ID: Q113997 |
The information in this article applies to:
- Professional Edition of Microsoft Visual Basic for Windows, version 3.0
SUMMARYThe Graph Control is one of the most versatile of the custom controls included with Visual Basic Professional, but it is also complex and can be difficult to master. It is easy to add legends using the LegendText property, but removing legends is not at all intuitive. It is necessary to set the DataReset property to 5 to clear the legend information.
MORE INFORMATIONThe following example demonstrates how switching a graph between different numbers of sets produces an anomalous result when the DataReset property is not used.
Steps to Reproduce Behavior
REFERENCESThis article is based on the following articles in the Microsoft Knowledge Base: ARTICLE-ID: Q81999 TITLE : BUG: Graph: AutoInc Increments ThisPoint Instead of ThisSetARTICLE-ID: Q82155 TITLE : VB Graph Control: ThisPoint, ThisSet Reset to 1 at Run TimeARTICLE-ID: Q96450 TITLE : Set DrawMode to 2 Or 3 to Update Changes to Graph at Run Time |
Additional reference words: 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |