DataBarFormat Properties
Contains formatting settings for a Data Bars conditional format.| Name | Description |
|---|---|
| BorderBrush | Gets or sets the brush used to paint the borders of cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property. |
| BorderBrushNegative | Gets or sets the brush used to paint the borders of cells (or corresponding rows) whose values are negative and take part in conditional formatting. This is a dependency property. |
| BorderThickness | Gets or sets the thickness of data bar borders. This is a dependency property. |
| Fill | Gets or sets the brush used to paint data bars within the cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property. |
| FillNegative | Gets or sets the brush used to paint data bars within the cells (or corresponding rows) whose values are negative and take part in conditional formatting. This is a dependency property. |
| Margin | Gets or sets the outer indents of data bars. This is a dependency property. |
| ZeroLineBrush | Gets or sets the brush used to paint the line between data bars corresponding to positive and negative cell values. This is a dependency property. |
| ZeroLineThickness | Gets or sets the thickness of the line between data bars corresponding to positive and negative cell values. This is a dependency property. |
See Also