Microsoft KB Archive/93322

From BetaArchive Wiki
Knowledge Base


Article ID: 93322

Article Last Modified on 10/30/2003



APPLIES TO

  • Microsoft Visual Basic 2.0 Professional Edition
  • Microsoft Visual Basic 3.0 Professional Edition



This article was previously published under Q93322

SUMMARY

In 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 Properties

   FontSize        '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 Events

Events are the same as the Graph Control included with the Microsoft Visual Basic Professional Toolkit for Windows, version 1.0.

New Methods

   ZOrder         'Standard ZOrder method.
                


Additional query words: 2.00 3.00 z-order

Keywords: KB93322