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.
私は2つの配列の日付と値を持っています
DateTime[] dates = new DateTime[96]; decimal[] values = new decimal[96];
日付を x 軸、値を y 軸として zedgraph を使用して曲線をプロットしたいと考えています。多くのzedgraph例を使用してみましたが、成功しませんでした。
zedgraph