Series.ErrorBar Method
Applies error bars to the series.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function ErrorBar ( _
Direction As XlErrorBarDirection, _
Include As XlErrorBarInclude, _
Type As XlErrorBarType, _
Amount As Object, _
MinusValues As Object _
) As Object
'Usage
Dim instance As Series
Dim Direction As XlErrorBarDirection
Dim Include As XlErrorBarInclude
Dim Type As XlErrorBarType
Dim Amount As Object
Dim MinusValues As Object
Dim returnValue As Object
returnValue = instance.ErrorBar(Direction, _
Include, Type, Amount, MinusValues)
Object ErrorBar(
XlErrorBarDirection Direction,
XlErrorBarInclude Include,
XlErrorBarType Type,
Object Amount,
Object MinusValues
)
Parameters
- Direction
Type: Microsoft.Office.Interop.PowerPoint.XlErrorBarDirection
One of the enumeration values that specifies the error bar direction.
- Include
Type: Microsoft.Office.Interop.PowerPoint.XlErrorBarInclude
One of the enumeration values that specifies the error bar parts to include.
- Type
Type: Microsoft.Office.Interop.PowerPoint.XlErrorBarType
One of the enumeration values that specifies the error bar type.
- Amount
Type: System.Object
The error amount. Used for only the positive error amount when Type is xlErrorBarTypeCustom.
- MinusValues
Type: System.Object
The negative error amount when Type is xlErrorBarTypeCustom.
Return Value
Type: System.Object