Click or drag to resize

StiStateIndicator Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.Gauge
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiStateIndicator : StiIndicatorBase, 
	IStiGaugeMarker

The StiStateIndicator type exposes the following members.

Constructors
  NameDescription
Public methodStiStateIndicator
Initializes a new instance of the StiStateIndicator class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyAnimation (Inherited from StiGaugeElement.)
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 propertyCustomSkin
Public propertyElementType (Overrides StiGaugeElementElementType.)
Public propertyFilters
Public propertyFont
Gets or sets font of component.
Public propertyFormat
Gets or sets the format string for the ShowValue property.
Public propertyGetValueEvent
Occurs when getting the property Value.
(Inherited from StiIndicatorBase.)
Public propertyLeft
Gets or sets X coordinate of the indicator relative to the scale dimension.
Public propertyLocalizeName (Overrides StiGaugeElementLocalizeName.)
Public propertyPlacement
Gets or sets the placement of the component.
(Inherited from StiIndicatorBase.)
Public propertyPropName (Inherited from StiGaugeElement.)
Public propertyRelativeHeight
Gets or sets relative height of the indicator. It is given as part of the scale dimension.
Public propertyRelativeWidth
Gets or sets relative width of the indicator. It is given as part of the scale dimension.
Public propertyScale (Inherited from StiGaugeElement.)
Public propertyShowValue
Gets or sets a value indicating whether to display a current value of the indicator.
Public propertySkin
Gets or sets the skin of the component rendering.
Public propertyTextBrush
Gets or sets a brush to draw text.
Public propertyTop
Gets or sets Y coordinate of the indicator relative to the scale dimension.
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.)
Public methodClone (Inherited from StiIndicatorBase.)
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.)
Protected methodGetActualSkin
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 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 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