winform chart控件柱状图X轴每个数据,怎么一个跳一个显示
展开全部
// Set series chart type
chart1.Series["Default"].ChartType = SeriesChartType.Bar;
// Set series point width
chart1.Series["Default"]["PointWidth"] = "0.6";
// Show data points labels
chart1.Series["Default"].IsValueShownAsLabel = true;
// Set data points label style
chart1.Series["Default"]["BarLabelStyle"] = "Center";
// Display chart as 3D
chart1.ChartAreas[0].Area3DStyle.Enable3D = true;
// Draw the chart as embossed
chart1.Series["Default"]["DrawingStyle"] = "Emboss";
chart1.Series["Default"].ChartType = SeriesChartType.Bar;
// Set series point width
chart1.Series["Default"]["PointWidth"] = "0.6";
// Show data points labels
chart1.Series["Default"].IsValueShownAsLabel = true;
// Set data points label style
chart1.Series["Default"]["BarLabelStyle"] = "Center";
// Display chart as 3D
chart1.ChartAreas[0].Area3DStyle.Enable3D = true;
// Draw the chart as embossed
chart1.Series["Default"]["DrawingStyle"] = "Emboss";
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你说的是动态柱状图吗?还是只是一根柱子动态跳动?
追问
显示月份1月,3月,5月
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询