Click or drag to resize

StiColorScaleCondition Class

The class describes the condition with Color Scale indicator.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiConditionConverter))]
public class StiColorScaleCondition : StiBaseCondition, 
	IStiIndicatorCondition

The StiColorScaleCondition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumn (Inherited from StiFilter.)
Public propertyCondition (Inherited from StiFilter.)
Public propertyDataType (Inherited from StiFilter.)
Public propertyExpression
Gets or sets the filter expression.
(Inherited from StiFilter.)
Public propertyItem (Inherited from StiFilter.)
Public propertyMaximumColor
Gets or sets a color for maximal values.
Public propertyMaximumType
Gets or sets processing type of maximal values for color scale indicator.
Public propertyMaximumValue
Gets or sets minimal value for color scale indicator.
Public propertyMidColor
Gets or sets a color for mid values.
Public propertyMidType
Gets or sets processing type of mid values for color scale indicator.
Public propertyMidValue
Gets or sets mid value for color scale indicator.
Public propertyMinimumColor
Gets or sets a color for minimum values.
Public propertyMinimumType
Gets or sets processing type of minimal values for color scale indicator.
Public propertyMinimumValue
Gets or sets minimal value for color scale indicator.
Public propertyScaleType
Gets or sets type of Color Scale indicator.
Public propertyTag (Inherited from StiBaseCondition.)
Public propertyValue1 (Inherited from StiFilter.)
Public propertyValue2 (Inherited from StiFilter.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiFilter.)
Public methodCreateIndicator
Creates new indicator for specified condition.
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Overrides StiFilterLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset condition to base state.
Public methodSaveToJsonObject (Overrides StiFilterSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also