[]
Rule that displays a bar representing the value of the item.
public class RulesEngineDataBarRule : RulesEngineRule, IXmlSerializable
Public Class RulesEngineDataBarRule
Inherits RulesEngineRule
Implements IXmlSerializable
| Name | Description |
|---|---|
| RulesEngineDataBarRule() |
| Name | Description |
|---|---|
| Color | Gets or sets the color of the bar. |
| IsGradient | Gets or sets whether the bar background is a gradient from Color to a transparency. |
| MaximumValue | Gets or sets the maximum value used to calculate the length of the bar. |
| MaximumValueType | Gets or sets the maximum value type used to calculate the length of the bar. |
| MinimumValue | Gets or sets the minimum value used to calculate the length of the bar. |
| MinimumValueType | Gets or sets the minimum value type used to calculate the length of the bar. |
| Name | Description |
|---|---|
| GetApplicableFields(RulesEngineSource) | Gets the fields from the source where this rule is applicable |
| GetStyle(RulesEngineSource, int, string) | Gets the style for the specified |