GrapeCity.Xaml.Excel
ExcelErrorBarDireciton Enumeration


GrapeCity.Excel.Chart Namespace : ExcelErrorBarDireciton Enumeration
Specifies the possible direction for the error bars.
Syntax
'Declaration
 
Public Enum ExcelErrorBarDireciton 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelErrorBarDireciton
public enum ExcelErrorBarDireciton : System.Enum 
Members
MemberDescription
None Don't shown error bar
X Shall be shown in the x direction
Y Shall be shown in the y direciton
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace