文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>c# owc11 双Y轴

c# owc11 双Y轴

时间:2010-10-08  来源:freeliver54

//双Y轴
//且第二条曲线和第三条曲线 公用右侧Y轴
InsertChart.SeriesCollection[1].Ungroup(true);
InsertChart.SeriesCollection[1].Group(InsertChart.SeriesCollection[2]);

//右侧Y轴
Microsoft.Office.Interop.Owc11.ChAxis seAxes = InsertChart.Axes.Add(InsertChart.SeriesCollection[1].get_Scalings(ChartDimensionsEnum.chDimValues));
seAxes.Position = Microsoft.Office.Interop.Owc11.ChartAxisPositionEnum.chAxisPositionRight;
seAxes.HasMajorGridlines = false;
seAxes.MajorUnit = 1;
seAxes.Scaling.Minimum = 0;
InsertChart.Axes[2].HasTitle = true;
InsertChart.Axes[2].Title.Caption = "右侧Y轴 单位多少";

 

基础的owc11报表的创建 可参考
http://www.cnblogs.com/freeliver54/archive/2008/12/22/1359555.html

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载