XY Chart

How to create xy chart in visual basic like graph where x and y will be provided by us

Questions by globalanil18   answers by globalanil18

Showing Answers 1 - 3 of 3 Answers

You can perform this by using Microsoft Chart Control and setting ChartType to "VtChChartType2dLine". After that, take a two dimentional array and store the (X,Y) values into the array. After that just assign the array to the chartData property like
MSChart1.ChartData=<Array variable>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions