[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ErrorBarInclude

Enum ErrorBarInclude

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies which error-bar parts to include.

public enum ErrorBarInclude

Fields

Both = 1

Both positive and negative error range.

Minus = 3

Only negative error range.

None = 0

No error bar range.

Plus = 2

Only positive error range.