Series.ErrorBar メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ系列に誤差範囲を設定します。 オブジェクト。
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