StiColorScaleCondition Class |
Namespace: Stimulsoft.Report.Components
The StiColorScaleCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| StiColorScaleCondition |
Creates a new object of the type StiColorScaleCondition.
| |
| StiColorScaleCondition(String, StiColorScaleType, Color, Color, Color, StiMinimumType, Single, StiMidType, Single, StiMaximumType, Single) |
Creates a new object of the type StiColorScaleCondition.
|
| Name | Description | |
|---|---|---|
| Column | (Inherited from StiFilter.) | |
| Condition | (Inherited from StiFilter.) | |
| DataType | (Inherited from StiFilter.) | |
| Expression |
Gets or sets the filter expression.
(Inherited from StiFilter.) | |
| Item | (Inherited from StiFilter.) | |
| MaximumColor |
Gets or sets a color for maximal values.
| |
| MaximumType |
Gets or sets processing type of maximal values for color scale indicator.
| |
| MaximumValue |
Gets or sets minimal value for color scale indicator.
| |
| MidColor |
Gets or sets a color for mid values.
| |
| MidType |
Gets or sets processing type of mid values for color scale indicator.
| |
| MidValue |
Gets or sets mid value for color scale indicator.
| |
| MinimumColor |
Gets or sets a color for minimum values.
| |
| MinimumType |
Gets or sets processing type of minimal values for color scale indicator.
| |
| MinimumValue |
Gets or sets minimal value for color scale indicator.
| |
| ScaleType |
Gets or sets type of Color Scale indicator.
| |
| Tag | (Inherited from StiBaseCondition.) | |
| Value1 | (Inherited from StiFilter.) | |
| Value2 | (Inherited from StiFilter.) |
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
(Inherited from StiFilter.) | |
| CreateIndicator |
Creates new indicator for specified condition.
| |
| Equals | (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadFromJsonObject | (Overrides StiFilterLoadFromJsonObject(JObject).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset |
Reset condition to base state.
| |
| SaveToJsonObject | (Overrides StiFilterSaveToJsonObject(StiJsonSaveMode).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |