FormatConditionRuleDataBar Members
In This Article
#Constructors
Name | Description |
---|---|
Format |
Initializes a new instance of a Format |
#Fields
Name | Description |
---|---|
Between |
Gets or sets whether the Between condition is inclusive (the Value1 and Value2 property values are included in the interval).
Inherited from Format |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether the format is repainted with an animation effect when a cell value changes. Animation effects are supported for specific format rules, only in Data Grid’s Grid |
Allow |
Gets or sets whether negative data bars are displayed in the direction opposite to the positive data bars. |
Appearance | Provides access to appearance settings for data bars that correspond to positive cell values. |
Appearance |
Provides access to appearance settings for data bars that correspond to negative cell values. |
Automatic |
Gets or sets how the range’s maximum and minimum values are calculated when the Format |
Axis |
Gets or sets the color of the vertical axis between positive and negative data bars. |
Draw |
Gets or set whether to draw the vertical axis between positive and negative data bars. |
Draw |
Gets or sets whether to draw the vertical axis between positive and negative bars at the middle of the cell. |
Is |
Gets whether the current Format |
Maximum |
Gets or sets the maximum of the target value range.
Inherited from Format |
Maximum |
Gets or sets whether the target range’s maximum is automatically calculated or specified manually (as a number or percentage).
Inherited from Format |
Minimum |
Gets or sets the minimum of the target value range.
Inherited from Format |
Minimum |
Gets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage).
Inherited from Format |
Predefined |
Gets or sets the name of the predefined bar style. |
Right |
Gets or sets whether to display positive data bars in the right-to-left direction. |
Show |
Gets or sets whether to display data bars within target cells without cell values. |
#Methods
Name | Description |
---|---|
Assign |
Copies settings from the specified object to the current object.
Inherited from Format |
Begin |
Locks the Format |
Convert |
Converts the specified object to the nullable decimal type.
Inherited from Format |
Create |
Creates a new instance of the Format |
End |
Unlocks the Format |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets whether an animation effect is enabled for and supported by the format rule.
Inherited from Format |
Get |
Returns the actual value of the Format |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
For internal use.
Inherited from Format |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Returns whether the current rule evaluates to “true” for input values provided by the specified value |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the text representation of the current object.
Inherited from Format |
See Also