SetVerAxisOrientation

SetVerAxisOrientation(bIsMinMax)

指定垂直轴方向

参数:

名称 类型 描述性
IMIMAx 布林安

上头真实性值将设置垂直轴正常数据方向(从最小值到最大值)。

返回时间 :

方法不返回数据

实例

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

结果文档