[]
Applies error bars to the series.
void ErrorBar(ErrorBarDirection direction, ErrorBarInclude include, ErrorBarType type, double amount = NaN, double negativeAmount = NaN)
Sub ErrorBar(direction As ErrorBarDirection, include As ErrorBarInclude, type As ErrorBarType, Optional amount As Double = NaN, Optional negativeAmount As Double = NaN)
Type | Name | Description |
---|---|---|
ErrorBarDirection | direction | The error bar direction. |
ErrorBarInclude | include | The error bar parts to include. |
ErrorBarType | type | The error bar type. |
double | amount | The error amount. Used for only the positive error amount when |
double | negativeAmount | The negative error amount when |