Click or drag to resize

StiLinearMarker Class

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

Inheritance Hierarchy

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

The StiLinearMarker type exposes the following members.

Constructors
  NameDescription
Public methodStiLinearMarker
Initializes a new instance of the StiLinearMarker 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 (Inherited from StiMarkerBase.)
Public propertyElementType (Inherited from StiGaugeElement.)
Public propertyFont
Gets or sets font of component.
(Inherited from StiMarkerBase.)
Public propertyFormat
Gets or sets the format string for the ShowValue property.
(Inherited from StiMarkerBase.)
Public propertyGetValueEvent
Occurs when getting the property Value.
(Inherited from StiIndicatorBase.)
Public propertyLocalizeName (Overrides StiGaugeElementLocalizeName.)
Public propertyOffset
Gets or sets offset of the scale object from the scale bar.
(Inherited from StiMarkerBase.)
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.
(Inherited from StiMarkerBase.)
Public propertyRelativeWidth
Gets or sets relative width of the indicator. It is given as part of the scale dimension.
(Inherited from StiMarkerBase.)
Public propertyScale (Inherited from StiGaugeElement.)
Public propertyShowValue
Gets or sets a value indicating whether to display a current value of the indicator.
(Inherited from StiMarkerBase.)
Public propertySkin
Gets or sets the skin of the component rendering.
(Inherited from StiMarkerBase.)
Public propertyTextBrush
Gets or sets a brush to draw text.
(Inherited from StiMarkerBase.)
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).)
Public methodClone (Inherited from StiMarkerBase.)
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 (Inherited from StiMarkerBase.)
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 StiMarkerBaseLoadFromJsonObject(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 StiMarkerBaseSaveToJsonObject(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