0

I downloaded the MSchart.exe for visual studio 2008 version.. when ever i choose the chart control it shows the bar chart only but i want to implement in line chart with X and Y-axises.

consider On y-axis the values are in mm from 1 to 1400 value range.On x-axis date/time.

I am novice in this chart control how can i create line graph using chart control in webforms?

any suggestion to do it!?

hari516
  • 59
  • 2
  • 10

2 Answers2

2

After you have added the series,

series.ChartType = SeriesChartType.Line;
ajay swamy
  • 271
  • 1
  • 5
1

enter image description here properties --- series --- chart type --- good luck :)

LZara
  • 385
  • 3
  • 5