Skip to main content

DataBarFormat Members

Obsolete. Represents the data bar format.

Constructors

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

Fields

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

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. 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.
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.
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.

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. Inherited from DataBarFormat.
CoerceDataBarFormatInfo(DataBarFormatInfo, FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>) This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DataBarFormat.
See Also