[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.ErrorBarType

ErrorBarType Enum

Represents the possible ways to determine the length of the error bars.

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

Fields

Name Description
Custom

The length of the error bars shall be determined by the Plus and Minus elements.

FixedValue

The length of the error bars shall be the fixed value determined by Error Bar Value.

Percentage

The length of the error bars shall be Error Bar Value percent of the data.

StandardDeviation

The length of the error bars shall be Error Bar Value standard deviations of the data.

StandardError

The length of the error bars shall be Error Bar Value standard errors of the data.