ConditionalDataBarPositiveFormat Object (JavaScript API for Excel)
Represents a conditional format DataBar Format for the positive side of the data bar.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| borderColor | string | HTML color code representing the color of the border line, of the form #RRGGBB (e.g. "FFA500") or as a named HTML color (e.g. "orange"). | 1.6 |
| fillColor | string | HTML color code representing the fill color, of the form #RRGGBB (e.g. "FFA500") or as a named HTML color (e.g. "orange"). | 1.6 |
| gradientFill | bool | Boolean representation of whether or not the DataBar has a gradient. | 1.6 |
See property access examples.
Relationships
None
Methods
None