GrapeCity.Xaml.Excel
ExcelErrorBarValueType Enumeration


GrapeCity.Excel.Chart Namespace : ExcelErrorBarValueType Enumeration
Specifies the type of values used to determine the length of the error bars.
Syntax
'Declaration
 
Public Enum ExcelErrorBarValueType 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelErrorBarValueType
public enum ExcelErrorBarValueType : System.Enum 
Members
MemberDescription
CustomErrorBar Specifies that the length of the error bars shall be determined by the Plus and Minus element
FixedValue Specifies that the length of the error bar shall be the fixed value determined by error bar value
Percentage Specifies that the length of the error bars shall be Error bar value percent of the data
StandardDeviation Specifies that the length of the error bars shall be Error bar value standard deviations of the data
StandardError Specifies that the length of the error bars shall be Error bar value standard errors of the data
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.ExcelErrorBarValueType

See Also

Reference

GrapeCity.Excel.Chart Namespace