标签:style blog io ar color sp for on div
需要设置X轴的日期格式
代码示例如下
XYDiagram xy = chartControl1.Diagram as XYDiagram; if (xy != null) { xy.AxisX.DateTimeOptions.Format = DateTimeFormat.Custom; xy.AxisX.DateTimeOptions.FormatString = "MM-dd"; }
标签:style blog io ar color sp for on div
原文地址:http://www.cnblogs.com/xyz0835/p/4132904.html