Version

BarBorderColorType Property

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

By default, databars for cells with negative values use the same color as those with positive values, and the BarBorderColor property is not used.

Use this property to apply the color specified by the BarBorderColor property to the borders of databars with negative cell values.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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