Click or drag to resize

StiDataBarIndicator Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Components.StiDataBarIndicator"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.ComponentsStiIndicator
    Stimulsoft.Report.ComponentsStiDataBarIndicator

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiDataBarIndicator : StiIndicator, 
	IStiDataBarIndicator

The StiDataBarIndicator type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBrushType
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
Public propertyDirection
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.
Public propertyMaximum
Gets or sets minimum amount.
Public propertyMinimum
Gets or sets minimum amount.
Public propertyNegativeBorderColor
Gets or sets a border color of negative values for Data Bar indicator.
Public propertyNegativeColor
Gets or sets a color of negative values for data bar indicator.
Public propertyPositiveBorderColor
Gets or sets a border color of positive values for Data Bar indicator.
Public propertyPositiveColor
Gets or sets a color of positive values for data bar indicator.
Public propertyShowBorder
Gets or sets value which indicates that border is drawing.
Public propertyValue
Gets or sets value from maximum or minimum amount.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Overrides StiIndicatorLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject (Overrides StiIndicatorSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also