码迷,mamicode.com
首页 > 其他好文 > 详细

MSChart 图表控件

时间:2014-11-07 14:21:26      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   ar   os   sp   div   

1.设置X轴滚动条

bubuko.com,布布扣
// 设置X轴默认选中的值范围
this.chartData.ChartAreas[0].AxisX.ScaleView.Zoom(0, 10);

// 启用相关的 Chart 属性
this.chartData.ChartAreas[0].CursorX.IsUserEnabled = false;
this.chartData.ChartAreas[0].CursorX.IsUserSelectionEnabled = false;
this.chartData.ChartAreas[0].AxisX.ScaleView.Zoomable = true;

// 将滚动内嵌到坐标轴中
this.chartData.ChartAreas[0].AxisX.ScrollBar.IsPositionedInside = true;

// 设置滚动条的大小
this.chartData.ChartAreas[0].AxisX.ScrollBar.Size = 15;

// 设置滚动条的按钮的风格
this.chartData.ChartAreas[0].AxisX.ScrollBar.ButtonStyle = ScrollBarButtonStyles.SmallScroll;
Me_Code

 

MSChart 图表控件

标签:style   blog   http   io   color   ar   os   sp   div   

原文地址:http://www.cnblogs.com/me-code/p/4081012.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!