Spread Silverlight Documentation
ExcelErrorBarType Enumeration


Specifies the style of the error bars -- positive, negative or both
Syntax
'Declaration
 
Public Enum ExcelErrorBarType 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelErrorBarType
public enum ExcelErrorBarType : System.Enum 
Members
MemberDescription
BothSpecifies that error bars shall be shown in the positive and negative directions.
MinusSpecifies that error bars shall be shown in the negative direction only.
PlusSpecifies that error bars shall be shown in the positive direction only.
Inheritance Hierarchy

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

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.