Series.ErrorBar 方法

定义

将误差线应用于系列。 对象

public object ErrorBar (Microsoft.Office.Interop.Word.XlErrorBarDirection Direction, Microsoft.Office.Interop.Word.XlErrorBarInclude Include, Microsoft.Office.Interop.Word.XlErrorBarType Type, object Amount, object MinusValues);
abstract member ErrorBar : Microsoft.Office.Interop.Word.XlErrorBarDirection * Microsoft.Office.Interop.Word.XlErrorBarInclude * Microsoft.Office.Interop.Word.XlErrorBarType * obj * obj -> obj
Public Function ErrorBar (Direction As XlErrorBarDirection, Include As XlErrorBarInclude, Type As XlErrorBarType, Optional Amount As Object, Optional MinusValues As Object) As Object

参数

Direction
XlErrorBarDirection

误差线方向。

Include
XlErrorBarInclude

要包含的误差线部分。

Type
XlErrorBarType

误差线类型。

Amount
Object

误差量。 当 为 xlErrorBarTypeCustomType,仅用于正误差量。

MinusValues
Object

为 时的TypexlErrorBarTypeCustom负误差量。

返回

Object

适用于