Spread Silverlight Documentation
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
CustomErrorBarSpecifies that the length of the error bars shall be determined by the Plus and Minus element
FixedValueSpecifies that the length of the error bar shall be the fixed value determined by error bar value
PercentageSpecifies that the length of the error bars shall be Error bar value percent of the data
StandardDeviationSpecifies that the length of the error bars shall be Error bar value standard deviations of the data
StandardErrorSpecifies 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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.