StiDataBarCondition Class |
Namespace: Stimulsoft.Report.Components
The StiDataBarCondition type exposes the following members.
Name | Description | |
---|---|---|
StiDataBarCondition |
Creates a new object of the type StiDataBarCondition.
| |
StiDataBarCondition(String, StiBrushType, Color, Color, Boolean, Color, Color, StiDataBarDirection, StiMinimumType, Single, StiMaximumType, Single) |
Creates a new object of the type StiDataBarCondition.
|
Name | Description | |
---|---|---|
BrushType |
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
| |
Column | (Inherited from StiFilter.) | |
Condition | (Inherited from StiFilter.) | |
DataType | (Inherited from StiFilter.) | |
Direction |
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.
| |
Expression |
Gets or sets the filter expression.
(Inherited from StiFilter.) | |
Item | (Inherited from StiFilter.) | |
MaximumType |
Gets or sets processing type of maximal values for data bar indicator.
| |
MaximumValue |
Gets or sets minimal value for data bar indicator.
| |
MinimumType |
Gets or sets processing type of minimal values for data bar indicator.
| |
MinimumValue |
Gets or sets minimal value for data bar indicator.
| |
NegativeBorderColor |
Gets or sets a border color of negative values for Data Bar indicator.
| |
NegativeColor |
Gets or sets a color of negative values for data bar indicator.
| |
PositiveBorderColor |
Gets or sets a border color of positive values for Data Bar indicator.
| |
PositiveColor |
Gets or sets a color of positive values for data bar indicator.
| |
ShowBorder |
Gets or sets value which indicates that border is drawing.
| |
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.) |