Series.ErrorBar Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies error bars to the series. Object.
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
Parameters
- Direction
- XlErrorBarDirection
The error bar direction.
- Include
- XlErrorBarInclude
The error bar parts to include.
- Type
- XlErrorBarType
The error bar type.
- Amount
- Object
The error amount. Used for only the positive error amount when Type
is xlErrorBarTypeCustom.
- MinusValues
- Object
The negative error amount when Type
is xlErrorBarTypeCustom.
Returns
Object