demoproject.vbp

By | 2002-06-01

The project has two forms. Both displays charts using mschart control for a
data from access table. One form displays a chart(2D BAR) for the first record of the table.
The second form displays a chart(2D BAR) for a set of records.
1.Both the charts displays legends.
2.Both the charts displays titles for X and Y axis.
3.Both the charts accepts a title to the chart at the desired location.
4.Both the charts displays data values at the desired location above the
data points of each item.
5.Above all, the second chart(in the second form)displays bars in the charts
dynamically as and when records are entered. i.e., if there are five records,
five sets of data series will be automatically displayed.
6. Column labels and row labels are named in the code itself.
7. Filling colors to each data series is mentioned in the code.
To summarize,
a customized graphical representation of a set of data from an access table
can be created by any user.

Original Author: V.Gopi Swaminathan

Inputs

We require an access database where a table has to be created.
In my example, i have created an access database called c:demodemoproject.mdb.
Note: In my code the path is C:demo. So, please mention the same path or change
path to your desired directory in the code.
The table name is demoproject. In my example, I am displaying a bar chart for
expenditure on elections by four countries.(Sample only).
I have created five fields namely USA, JAPAN, GERMANY ,INDIA and YEAR.
Four records are created to represent data for the years 1985,1990,1995 and 1999.
Example: USA JAPAN GERMANY INDIA YEAR
200 140 120 80 1985 This is the first record.
Set the

Assumptions

The user should know how to define a database and record set in the code.
Then, the basic property of like enable,visible should be familiar.
Array concepts should be familiar

Returns

My code returns two charts. In the form frmdemo1_1, the chart displays a
record for a particular record. In the second form frmdemo1_2, the chart
displays all the records of a table with titles,legends,colours,datavalues etc.,

Side Effects

1. Check the path of the database in the source code. Otherwise error message appear.
2. In MS chart property, blank the row labels and column labels property as code takes
care of it.

API Declarations

NO

Attachments

FileUploadedSize
CODE_UPLOAD1521.zip9/3/2020 3:45:00 PM18783
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.