'Declaration Sub ErrorBar( _ ByVal direction As ErrorBarDirection, _ ByVal include As ErrorBarInclude, _ ByVal type As ErrorBarType, _ Optional ByVal amount As Double, _ Optional ByVal negativeAmount As Double _ )
'Usage Dim instance As ISeries Dim direction As ErrorBarDirection Dim include As ErrorBarInclude Dim type As ErrorBarType Dim amount As Double Dim negativeAmount As Double instance.ErrorBar(direction, include, type, amount, negativeAmount)
void ErrorBar( ErrorBarDirection direction, ErrorBarInclude include, ErrorBarType type, double amount, double negativeAmount )
Parameters
- direction
- The error bar direction.
- include
- The error bar parts to include.
- type
- The error bar type.
- amount
- The error amount. Used for only the positive error amount when type is ErrorBarType.Custom.
- negativeAmount
- The negative error amount when type is ErrorBarType.Custom.