Question I need help on how to create a scatter plot using charts

hlrenzl

New member
Joined
Mar 28, 2009
Messages
1
Location
U.P. Los Baños, Laguna
Programming Experience
Beginner
my only objective is to create a scatter plot with only x and y axes. the data source should be from a 1 dimensional array.

say i have these arrays:

x() as Object ' for x axis values
y() as Object ' for y axis values

and i have this chart:

chart1

the arrays are already filled with data. my question is: how do i enter the array data on chart1 such that x() values will be the x-axis values for chart 1 and y() will be the y-axis values for chart 1. what code should i use to make the chart show a scatter plot using the data from the arrays?

your reply will be very much appreciated. thanks in advance.
 
Back
Top