[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.ISeries.ErrorBar

ErrorBar Method

ErrorBar(ErrorBarDirection, ErrorBarInclude, ErrorBarType, double, double)

Applies error bars to the series.

Declaration
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)
Parameters
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 type is Custom.

double negativeAmount

The negative error amount when type is Custom.