日期:2014-05-20  浏览次数:20637 次

MSChart的问题
如图,我的原意是希望横坐标能显示"12:10:34 8/8/2011"这样的格式,可是好像只能是要么类似图中只有日期,要么是只有时间,该如何设置才能让其显示完全格式呢?

csdn贴子里不能发自己上传的图片,我这个问题同时也在百度知道里问了,那里可以看到图片,但是那里的专业人士明显没有csdn上的多,麻烦各位大侠帮看看.
http://zhidao.baidu.com/question/308793911.html

------解决方案--------------------
不能啊,设置成DateTime以后,应该是带时分秒的,除非你数据库中该字段类型不对???

<asp:Series Name="Series1" BorderColor="White" BorderWidth="2" ChartType="FastLine"
Legend="Legend1" XValueMember="StatTime" XValueType="DateTime" YValueMembers="TaxiCount"
YValueType="Int32">