SetHorAxistle

SetHorAxisTitle

指定图表横向轴标题

参数:

名称 类型 描述性
线程 字符串

标题显示当前图表横向轴

nFontSize 平方公尺

文本大小值以点测量

bISBORD 布卢尔

指定横向轴标题用粗字体写不写

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0var oCart = Api.CreateCarttvaroFinll =api.CreateSolidFillsetSeriesFilli.CreteRGBColor(255,111,61)setSeriesFillsetVerAxistleoChart.SetHorAxisTitle("Year", 11)!oChart.SetLegendPos("bottom")!setShowData标签settitle(金融概述,13)oParagraph.AddDrawing(oChart)!builder.SaveFile("docx", "SetHorAxisTitle.docx")!builder.CloseFile();

结果文档