發表文章

目前顯示的是有「VB.Net_Chart」標籤的文章

[VB.Net_Chart]X軸型態設定為DateTime或Time時,無法放大

最近將資料庫的值使用Chart元件讀出,時間欄位設定為Time結果X軸就不能放大(Y軸正常) Chart1.Series(0).XValueType = ChartValueType.DateTime '加入這一行方能解決~~~ Chart1.ChartAreas("ChartArea1").CursorX.Interval = 0 參考網址:http://social.msdn.microsoft.com/Forums/zh-TW/MSWinWebChart/thread/410edd9b-a122-4391-bdcb-6ea1ad20daf1 (最下方)