Skip to main content

DataBarFormat Members

Contains formatting settings for a Data Bars conditional format.

Constructors

Name Description
DataBarFormat() Initializes a new instance of the DataBarFormat class with default settings.

Fields

Name Description
BorderBrushNegativeProperty static Identifies the DataBarFormat.BorderBrushNegative dependency property.
BorderBrushProperty static Identifies the DataBarFormat.BorderBrush dependency property.
BorderThicknessProperty static Identifies the DataBarFormat.BorderThickness dependency property.
FillNegativeProperty static Identifies the DataBarFormat.FillNegative dependency property.
FillProperty static Identifies the DataBarFormat.Fill dependency property.
MarginProperty static Identifies the DataBarFormat.Margin dependency property.
ZeroLineBrushProperty static Identifies the DataBarFormat.ZeroLineBrush dependency property.
ZeroLineThicknessProperty static Identifies the DataBarFormat.ZeroLineThickness dependency property.

Properties

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.

Methods

Name Description
CalcDataBarFormatInfo(FormatValueProvider, DataBarFormatInfo, Nullable<Decimal>, Nullable<Decimal>) This member supports the internal infrastructure, and is not intended to be used directly from your code.
CoerceDataBarFormatInfo(DataBarFormatInfo, FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>) This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also