Skip to main content

DataBarFormat Properties

Obsolete. Represents the data bar 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. Inherited from DataBarFormat.
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. Inherited from DataBarFormat.
BorderThickness Gets or sets the thickness of data bar borders. This is a dependency property. Inherited from DataBarFormat.
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. Inherited from DataBarFormat.
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. Inherited from DataBarFormat.
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. Inherited from DataBarFormat.
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. Inherited from DataBarFormat.
ZeroLineThickness Gets or sets the thickness of the line between data bars corresponding to positive and negative cell values. This is a dependency property. Inherited from DataBarFormat.
See Also