Spread Windows Forms 12.0 Product Documentation
DatabarNegativeColorType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : DatabarNegativeColorType Enumeration
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

Reference

GrapeCity.Spreadsheet Namespace