FormatConditionBar Properties
A format condition used to visualize numeric values using bars.| Name | Description |
|---|---|
| BarOptions | Provides access to bar options for the current format condition. |
| IsValid | Gets whether the current format condition is properly specified. |
| Maximum | Gets or sets the maximum value in a range. Inherited from FormatConditionMinMaxBase. |
| MaximumType | Gets or sets the type of the FormatConditionMinMaxBase.Maximum value. Inherited from FormatConditionMinMaxBase. |
| Minimum | Gets or sets the minimum value in a range. Inherited from FormatConditionMinMaxBase. |
| MinimumType | Gets or sets the type of the FormatConditionMinMaxBase.Minimum value. Inherited from FormatConditionMinMaxBase. |
| NegativeStyleSettings | Gets or sets the style settings used to color negative data bars. |
| StyleSettings | Gets or sets style settings used to color positive data bars. |
See Also