Click or drag to resize

StiLinearBar Class

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

Inheritance Hierarchy

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

The StiLinearBar type exposes the following members.

Constructors
  NameDescription
Public methodStiLinearBar
Initializes a new instance of the StiLinearBar class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyAnimation (Inherited from StiGaugeElement.)
Protected propertyBarType (Overrides StiBarBaseBarType.)
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 (Overrides StiGaugeElementComponentId.)
Public propertyElementType (Inherited from StiGaugeElement.)
Public propertyEmptyBorderBrush
Gets or sets the border brush for the empty part of the bar indicator.
(Inherited from StiBarBase.)
Public propertyEmptyBorderWidth
Gets or sets the border width for the empty part of the bar indicator.
(Inherited from StiBarBase.)
Public propertyEmptyBrush
Gets or sets the brush for the empty part of the bar indicator.
(Inherited from StiBarBase.)
Public propertyEndWidth
Gets or sets end width of the bar indicator.
(Inherited from StiBarBase.)
Public propertyGetValueEvent
Occurs when getting the property Value.
(Inherited from StiIndicatorBase.)
Public propertyLocalizeName (Overrides StiGaugeElementLocalizeName.)
Public propertyOffset
Gets or sets the offset ratio of an item.
(Inherited from StiBarBase.)
Public propertyPlacement
Gets or sets the placement of the component.
(Inherited from StiIndicatorBase.)
Public propertyPropName (Inherited from StiGaugeElement.)
Public propertyRangeColorMode
Gets or sets value which indicates the mode that is used to build bar indicator background.
Public propertyRangeList (Inherited from StiBarBase.)
Public propertyScale (Inherited from StiGaugeElement.)
Public propertySkin
Gets or sets the skin of the component rendering.
Public propertyStartWidth
Gets or sets start width of the bar indicator.
(Inherited from StiBarBase.)
Public propertyUseRangeColor
Gets or sets value which indicates whether we should use Brush property of the StiIndicatorBase class as brush for this indicator.
(Inherited from StiBarBase.)
Public propertyValue
Gets or sets the current position of an indicator.
(Inherited from StiIndicatorBase.)
Public propertyValueObj (Inherited from StiIndicatorBase.)
Top
Methods
  NameDescription
Public methodApplyStyle (Overrides StiElementBaseApplyStyle(IStiGaugeStyle).)
Protected methodCheckActualBrushForTopGeometry (Overrides StiBarBaseCheckActualBrushForTopGeometry.)
Public methodClone (Inherited from StiBarBase.)
Public methodCreateNew (Overrides StiGaugeElementCreateNew.)
Protected methodDrawElement (Overrides StiElementBaseDrawElement(StiGaugeContextPainter).)
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 (Overrides StiGaugeElementGetProperties(IStiPropertyGrid, StiLevel).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInteractiveClick (Overrides StiIndicatorBaseInteractiveClick(RectangleF, Point).)
Public methodInvokeGetValue
Raises the GetValue event.
(Inherited from StiIndicatorBase.)
Public methodLoadFromJsonObject (Overrides StiBarBaseLoadFromJsonObject(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 (Overrides StiBarBaseOnRangeColorChanged.)
Protected methodOnValueChanged (Inherited from StiBarBase.)
Protected methodPrepareGaugeElement (Inherited from StiIndicatorBase.)
Public methodSaveToJsonObject (Overrides StiBarBaseSaveToJsonObject(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