Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel 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
    public enum DataBarNegativeColorType : System.Enum 
    Members
    MemberDescription
    Color Use the specified color.
    SameAsPositive Uses the same color as positive data bars.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.DataBarNegativeColorType

    See Also