DatabarConditionalFormattingRule Class Members
The following tables list the members exposed by DatabarConditionalFormattingRule.
| Name | Description |
 | AxisColor | Gets or sets the color of the axis. |
 | AxisPosition | Gets or sets the axis position. |
 | BorderColor | Gets or sets the color of the border. |
 | ConditionalFormatting | Gets or sets the ConditionalFormatting object that contains this rule. (Inherited from FarPoint.Win.Spread.ConditionalFormattingRule) |
 | Direction | Gets or sets the direction. |
 | FillColor | Gets or sets the color of the fill. |
 | Gradient | Gets or sets a value that indicates whether this DatabarConditionalFormattingRule is a gradient. |
 | Maximum | Gets or sets the maximum value. Note: The maximum value only accepts the ConditionalFormattingValue object which has a Type property of Max, AutoMax, Number, Percent, Formula, or Pecentile. |
 | Minimum | Gets or sets the minimum value. Note: The minimum value only accepts the ConditionalFormattingValue object which has a Type property such as Min, AutoMin, Number, Percent, Formula, or Pecentile. |
 | NegativeBorderColor | Gets or sets the color of the negative border. |
 | NegativeFillColor | Gets or sets the color of the negative fill. |
 | Priority | Gets or sets the priority. (Inherited from FarPoint.Win.Spread.ConditionalFormattingRule) |
 | ShowBorder | Gets or sets whether the border should be painted. |
 | ShowConditionalFormatOnly | Gets or sets whether the cell text should not be painted. (Inherited from FarPoint.Win.Spread.PrePaintTextConditionalFormattingRule) |
 | UseNegativeBorderColor | Gets or sets a value that indicates whether the negative border color is used to paint the border for the negative value. |
 | UseNegativeFillColor | Gets or sets a value that indicates whether the negative fill color is used to paint the negative value. |
Top