Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
asp.netチャートツールキットを使用して2つの配列(xおよびyデータポイント)をバインドして折れ線グラフを作成する方法を知っている人はいますか?
配列は次のようにバインドできます。
my_series.Points.DataBindXY(x, y)
理解した。データポイントをforループして使用する必要があります:
Chart.Series ["ChartName"]。Points.AddXY(x [i]、y [i])