GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ErrorBarType Enumeration


ErrorBarType Enumeration
Represents the possible ways to determine the length of the error bars.
Syntax
'Declaration
 
Public Enum ErrorBarType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ErrorBarType
Members
MemberDescription
CustomThe length of the error bars shall be determined by the Plus and Minus elements.
FixedValueThe length of the error bars shall be the fixed value determined by Error Bar Value.
PercentageThe length of the error bars shall be Error Bar Value percent of the data.
StandardDeviationThe length of the error bars shall be Error Bar Value standard deviations of the data.
StandardErrorThe length of the error bars shall be Error Bar Value standard errors of the data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.ErrorBarType

See Also