Article ID: 198468 - Last Review: October 11, 2006 - Revision: 3.2 ACC2000: How to Automate Changes to Properties of a Graph AxisThis article was previously published under Q198468 Advanced: Requires expert coding, interoperability, and multiuser skills.
SUMMARY
This article shows you how to use code to change the properties of a graph
on a form. The example shows you how to change the Minimum and Maximum
Scale, and the Minor and Major Unit properties of the Y-axis on a Microsoft
Graph object embedded in a form.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. MORE INFORMATION
In the following example, you create a form with a graph, four text boxes,
and a command button. You type the values for Minimum Scale, Maximum Scale,
Minor Unit, and Major Unit in the text boxes, and then click the button to
see the changes in the graph.
REFERENCESFor more information about changing Graph objects, click Microsoft Access Help on the
Help menu, type graph in the Office Assistant or
the Answer Wizard, and then click Search to view the topics
returned.
| Article Translations
|
Back to the top
