Version

BarColorType Property

Returns or sets a DataBarNegativeBarColorType value which specifies whether the same color as that which is used for the positive data bars is used.
Syntax
'Declaration
 
Public Property BarColorType As DataBarNegativeBarColorType
public DataBarNegativeBarColorType BarColorType {get; set;}
Remarks

By default, databars for cells with negative values have a different color than those with positive values.

Use this property to apply the same color to databars regardless of whether the cell value is positive or negative.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also