The following tables list the members exposed by DatabarConditionalFormattingRule.
Public Properties
| 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 a value that indicates whether the border should be painted. |
| ShowConditionalFormatOnly | Gets or sets a value that indicates 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
Public Methods
| Name | Description |
| GetObjectData | Overridden. Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
| GetPreferredSize | Gets the preferred (maximum required) size of the cell for the renderer control. (Inherited from FarPoint.Win.Spread.PrePaintTextConditionalFormattingRule) |
| GetRuleEffectingInfo | Overridden. Gets the information with the specified appearance settings if the conditional formatting rule is met. |
| PaintCell | Overridden. Paints the cell when not in edit mode to the specified graphics interface, with the specified appearance settings, if the conditional format rule is satisfied. |
Top
Public Events
See Also