原創(chuàng)|產(chǎn)品更新|編輯:龔雪|2015-12-01 17:14:23.000|閱讀 224 次
概述:無(wú)需安裝微軟Excel,也能擁有Excel的全套功能。Spire.XLS for .NET最新版本中,新增了設(shè)置圖表背景色的功能!
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
添加新功能來(lái)設(shè)置圖表中的背景色
XlsChartFrameFormat x = chart.Legend.FrameFormat as XlsChartFrameFormat; x.Fill.FillType = ShapeFillType.SolidColor; x.ForeGroundColor = Color.White;
為頁(yè)眉和頁(yè)腳添加新的選項(xiàng)
//Specify whether the header and footer should scale as you use the "Shrink To Fit" feature on the document. sheet.PageSetup.ScaleWithDoc //Give a different header and footer only for the first page sheet.PageSetup.DifferentFirst //Specify that odd-numbered pages should have a different header and footer from even-numbered pages. sheet.PageSetup.DifferentOddEven
添加新的屬性來(lái)設(shè)置線的粗細(xì)
(ChartSerie.DataPoints[0].DataFormat.LineProperties as XlsChartBorder).CustomLineWeight;
購(gòu)買最新版Aspose.Email<>,即可擁有最新正版授權(quán)!
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn