Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.
Color BarColor {get; set;}
'Declaration
Property BarColor As Color
'Usage
Dim instance As IDatabar
Dim value As Color
instance.BarColor = value
value = instance.BarColor
Property Value
The color of the bar.