New Features Added to Graph Control in Versions 2.0 and 3.0Last reviewed: June 21, 1995Article ID: Q93322 |
The information in this article applies to:
- Professional Edition of Microsoft Visual Basic for Windows, versions 2.0 and 3.0
SUMMARYIn Visual Basic versions 2.0 and 3.0, the Graph Control now includes most of the major features that were requested with the Microsoft Visual Basic Professional Toolkit for Windows, version 1.0. For example, in versions 2.0 and 3.0, the user has control over the labeling of the X axis and the minimum and maximum range of the Y axis. More information on the Graph Control is included in the "Professional Features" manual provided with the Professional Edition of Microsoft Visual Basic for Windows, versions 2.0 and 3.0. New features of the Graph Control include the following:
New PropertiesFontSize 'Standard FontSize property. FontStyle 'Standard FontStyle property. FontUse 'Other font properties are applied against. HelpContextID 'Help file topic ID. hWnd 'Window handle. IndexStyle 'Enhanced usage of ThisSet and ThisPoint. LabelEvery 'Frequency of labels on the X axis. TickEvery 'Tick interval on X axis. Ticks 'Check if X or Y axis ticks are displayed. YAxisMax 'Maximum range of Y axis. YAxisMin 'Minimum range of Y axis. YAxisPos 'Position of Y axis, right or left. YAxisStyle 'Auto or manual. YAxisTicks 'Number of ticks on Y axis. New EventsEvents are the same as the Graph Control included with the Microsoft Visual Basic Professional Toolkit for Windows, version 1.0. New MethodsZOrder 'Standard ZOrder method. |
Additional reference words: 2.00 3.00 z-order
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |