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.
C#、W7、VS2010、および Zedgraph。
デスクトップ アプリでは、1 ~ 3300 の範囲の numericUpDown があります。numericUpDown の各 1 は 1 秒に相当します。ZedGraph で、この numericUpDown を 00:00~55:00 の形式で Xaxis に 5 分間隔で配置するにはどうすればよいですか?
前もってありがとう、ポンテス
XAxis で変更される数値アップダウンは何ですか? maxScale 値?、そうであれば、numericUpDown イベントに次のコードを追加しますzedGraphControl1.GraphPane.XAxis.Scale.Max = numericUpDown1.Value
zedGraphControl1.GraphPane.XAxis.Scale.Max = numericUpDown1.Value