次の方法で共有


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

誤差の量です。 が の場合 Type 、正のエラー量にのみ使用されます xlErrorBarTypeCustom

MinusValues
Object

が の場合Typeの負のエラー量。xlErrorBarTypeCustom

戻り値

Object

適用対象