[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.ErrorBarInclude

ErrorBarInclude Enum

Represents which error-bar parts to include.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum ErrorBarInclude
Public Enum ErrorBarInclude

Fields

Name Description
Both

Both positive and negative error range.

NegativeValues

Only negative error range.

None

No error bar range.

PositiveValues

Only positive error range.