Skip to main content

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.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
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.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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