• <menu id="w2i4a"></menu>
  • logo Spire.XLS 系列教程

    文檔首頁>>Spire.XLS 系列教程>>Spire.XLS 圖表系列教程:C# 設(shè)置現(xiàn)有 Excel 圖表的數(shù)據(jù)標(biāo)簽樣式

    Spire.XLS 圖表系列教程:C# 設(shè)置現(xiàn)有 Excel 圖表的數(shù)據(jù)標(biāo)簽樣式


    Spire.XLS是一款專業(yè)的Excel控件,無需安裝微軟Excel,也能擁有Excel的全套功能,能夠為工廠智能化提供完善的Excel需求。

    下載Spire.XLS最新試用版

    Excel中圖表的數(shù)據(jù)標(biāo)簽不僅可以增強圖表的可讀性,還可以增強圖表的數(shù)據(jù)化形式。使用Spire.XLS, 開發(fā)人員可以通過簡短的代碼設(shè)置數(shù)據(jù)標(biāo)簽的樣式,例如標(biāo)簽的填充,陰影,邊框樣式等等。接下來本文將對此作詳細(xì)的介紹。

    首先,這是我們準(zhǔn)備的工作表,其中有一個圖表,可以看到圖表上的數(shù)據(jù)標(biāo)簽是沒有任何樣式的。

    set-the-style-of-datalabels-1

    //實例化Workbook對象
     Workbook workbook = new Workbook();
     //加載文檔
     workbook.LoadFromFile(@"測試文檔.xlsx");
     //獲取第一個工作薄以及其中的第一個圖表
     Worksheet sheet = workbook.Worksheets[0];
     Chart chart = sheet.Charts[0];
    
     //獲取圖表的第一個系列
     ChartSerie serie = chart.Series[0];
    
     for (int i = 0; i < 12;i++ )
     {
         //設(shè)置粉紅色填充
         serie.DataPoints[i].DataLabels.FrameFormat.Fill.FillType = ShapeFillType.SolidColor;
         serie.DataPoints[i].DataLabels.FrameFormat.Fill.ForeColor = Color.Pink;
         //設(shè)置紅色邊框
         serie.DataPoints[i].DataLabels.FrameFormat.Border.Pattern = ChartLinePatternType.Solid;
         serie.DataPoints[i].DataLabels.FrameFormat.Border.Color = Color.Red;
         //設(shè)置黃色陰影
         serie.DataPoints[i].DataLabels.FrameFormat.Shadow.ShadowOuterType = XLSXChartShadowOuterType.OffsetDiagonalBottomLeft;
         serie.DataPoints[i].DataLabels.FrameFormat.Shadow.Color = System.Drawing.Color.Yellow;
         serie.DataPoints[i].DataLabels.FrameFormat.Shadow.Transparency = 0;
         serie.DataPoints[i].DataLabels.FrameFormat.Shadow.Size = 5;
         serie.DataPoints[i].DataLabels.FrameFormat.Shadow.Blur =2;
         serie.DataPoints[i].DataLabels.FrameFormat.Shadow.Angle = 45;
         serie.DataPoints[i].DataLabels.TextArea.FrameFormat.Shadow.Distance = 8;
     }
    
     workbook.SaveToFile("結(jié)果文檔.xlsx");

     

    效果如下:

    set-the-style-of-datalabels-2


    想要購買正版授權(quán),或者獲取更多Spire.XLS相關(guān)信息的朋友可以點擊" 咨詢在線客服 "~
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();