Click or drag to resize

StiMarkerBase Class

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

Inheritance Hierarchy

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

The StiMarkerBase type exposes the following members.

Constructors
  NameDescription
Protected methodStiMarkerBase
Initializes a new instance of the StiMarkerBase 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 (Inherited from StiGaugeElement.)
Public propertyCustomSkin
Public propertyElementType (Inherited from StiGaugeElement.)
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 propertyLocalizeName (Inherited from StiGaugeElement.)
Public propertyOffset
Gets or sets offset of the scale object from the scale bar.
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 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 (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.)
Protected methodGetActualSkin
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 methodOnValueChanged (Inherited from StiIndicatorBase.)
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