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.
var p = zgc.GraphPane; p.XAxis.Type = AxisType.Date;
私の日付値はXDate形式のPointPairListです。 グラフを拡大すると、目盛りラベルには時刻の値のみが表示され、日付の値は表示されません。いつでも日付と時刻を表示できるようにしたいので、自分が見ている日付がわかります。
この単純な問題を解決するのを手伝っていただければ幸いです、ありがとう!
XAxis.Scale.MajorUnit または XAxis.Scale.MinorUnit の値を調整してみましたか?