Click or drag to resize

StiBarBase Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Components.Gauge.Primitives.StiBarBase"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.Gauge.Primitives
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiBarBase : StiIndicatorBase

The StiBarBase type exposes the following members.

Constructors
  NameDescription
Public methodStiBarBase
Initializes a new instance of the StiBarBase class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyAnimation (Inherited from StiGaugeElement.)
Protected propertyBarType
Public propertyBorderBrush
Gets or sets the border of the component.
(Inherited from StiIndicatorBase.)
Public propertyBorderWidth
Gets or sets the border thickness of the component.
(Inherited from StiIndicatorBase.)
Public propertyBrush
Gets or sets a brush to fill a component.
(Inherited from StiIndicatorBase.)
Public propertyComponentId (Inherited from StiGaugeElement.)
Public propertyElementType (Inherited from StiGaugeElement.)
Public propertyEmptyBorderBrush
Gets or sets the border brush for the empty part of the bar indicator.
Public propertyEmptyBorderWidth
Gets or sets the border width for the empty part of the bar indicator.
Public propertyEmptyBrush
Gets or sets the brush for the empty part of the bar indicator.
Public propertyEndWidth
Gets or sets end width of the bar indicator.
Public propertyGetValueEvent
Occurs when getting the property Value.
(Inherited from StiIndicatorBase.)
Public propertyLocalizeName (Inherited from StiGaugeElement.)
Public propertyOffset
Gets or sets the offset ratio of an item.
Public propertyPlacement
Gets or sets the placement of the component.
(Inherited from StiIndicatorBase.)
Public propertyPropName (Inherited from StiGaugeElement.)
Public propertyRangeList
Public propertyScale (Inherited from StiGaugeElement.)
Public propertyStartWidth
Gets or sets start width of the bar indicator.
Public propertyUseRangeColor
Gets or sets value which indicates whether we should use Brush property of the StiIndicatorBase class as brush for this indicator.
Public propertyValue
Gets or sets the current position of an indicator.
(Inherited from StiIndicatorBase.)
Public propertyValueObj (Inherited from StiIndicatorBase.)
Top
Methods
  NameDescription
Public methodApplyStyle (Inherited from StiElementBase.)
Protected methodCheckActualBrushForTopGeometry
Public methodClone (Overrides StiIndicatorBaseClone.)
Public methodCreateNew (Inherited from StiGaugeElement.)
Protected methodDrawElement (Inherited from StiElementBase.)
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 methodGetEvents (Inherited from StiGaugeElement.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Inherited from StiGaugeElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInteractiveClick (Inherited from StiIndicatorBase.)
Public methodInvokeGetValue
Raises the GetValue event.
(Inherited from StiIndicatorBase.)
Public methodLoadFromJsonObject (Overrides StiIndicatorBaseLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGetValue
Raises the GetValue event.
(Inherited from StiIndicatorBase.)
Protected methodOnRangeColorChanged
Protected methodOnValueChanged (Overrides StiIndicatorBaseOnValueChanged.)
Protected methodPrepareGaugeElement (Inherited from StiIndicatorBase.)
Public methodSaveToJsonObject (Overrides StiIndicatorBaseSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventGetValue
Occurs when getting the property Value.
(Inherited from StiIndicatorBase.)
Top
See Also