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.Excel.XlErrorBarDirection Direction, Microsoft.Office.Interop.Excel.XlErrorBarInclude Include, Microsoft.Office.Interop.Excel.XlErrorBarType Type, object Amount, object MinusValues);
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
Required XlErrorBarDirection. The error bar direction.
- Include
- XlErrorBarInclude
Required XlErrorBarInclude. The error bar parts to include.
- Type
- XlErrorBarType
Required XlErrorBarType. The error bar type.
- Amount
- Object
Optional Object. The error amount. Used for only the positive error amount when Type
is xlErrorBarTypeCustom.
- MinusValues
- Object
Optional Object. The negative error amount when Type
is xlErrorBarTypeCustom.