DataBarNegativeColorType Enumeration
 | 
Specifies whether to use the same border and fill color as postive data bars.
Namespace:
Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public enum DataBarNegativeColorType
 
Public Enumeration DataBarNegativeColorType
 
public enum class DataBarNegativeColorType
 
type DataBarNegativeColorType
 
 
 
 
Members
 
| 
 | 
Member name
 | 
Value
 | 
Description
 | 
| 
 | 
DataBarColor
 | 
0
 | 
Use the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the NegativeBarFormat object.
 | 
| 
 | 
DataBarSameAsPositive
 | 
1
 | 
Use the same color as positive data bars.
 | 
 
 
See Also