公告
财富商城
积分规则
提问
发文
2019-08-04 12:27发布
可以哭但决不认输i
i want to add line with values on chart
how do this
my array value {10,20,30.....}
This will bind all your data from the array to the chart in only one line of code:
chart1.Series[0].Points.DataBindY(insertYourArrayHere);
最多设置5个标签!
This will bind all your data from the array to the chart in only one line of code: