I want to display a statistical distribution bar chart in Mschart using vb6.0. I am fetching the data from MsAccess2000 table.
My table consists of 8 fields in which first 7 fields contain 40 records and last field contains 26 records(All the field's datatype is double). I want to display the acquired data or counts in x-axis and percentage of their occurences in y-axis.Please tell me how to display this chart. I am using Ado2.1 object library in vb6.0?