Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarNegativeColorType Enumeration


In This Topic
    DatabarNegativeColorType Enumeration
    In This Topic
    Specifies whether to use the same border and fill color as postive data bars.
    Syntax
    'Declaration
     
    
    Public Enum DatabarNegativeColorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DatabarNegativeColorType
    public enum DatabarNegativeColorType : System.Enum 
    Members
    MemberDescription
    ColorUse the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the NegativeBarFormat object.
    SameAsPositiveUse the same color as positive data bars.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.DatabarNegativeColorType

    See Also