Click or drag to resize

StiTickBase Class

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

Inheritance Hierarchy

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

The StiTickBase type exposes the following members.

Constructors
  NameDescription
Protected methodStiTickBase
Initializes a new instance of the StiTickBase class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyAnimation (Inherited from StiGaugeElement.)
Public propertyComponentId (Inherited from StiGaugeElement.)
Public propertyElementType (Inherited from StiGaugeElement.)
Public propertyGetSkipIndicesEvent
Occurs when getting the property SkipIndices.
Public propertyGetSkipValuesEvent
Occurs when getting the property SkipValues.
Protected propertyIsSkipMajorValues
Public propertyLocalizeName (Inherited from StiGaugeElement.)
Public propertyMaximumValue
Gets or sets the maximum value to which displaying should be.
Public propertyMinimumValue
Gets or sets the minimum value, with which displaying should begin.
Public propertyOffset
Gets or sets the offset from the scale based on the StiPlacement.
Public propertyPlacement
Gets or sets the placement of the tick relative to the scale.
Public propertyPropName (Inherited from StiGaugeElement.)
Public propertyScale (Inherited from StiGaugeElement.)
Public propertySkipIndices
Gets or sets the indexes of values that cannot be displayed. Example: 1;2;3
Public propertySkipIndicesObj
Public propertySkipValues
Gets or sets the values that should not be rendered. Example: 1;2;3
Public propertySkipValuesObj
Top
Methods
  NameDescription
Public methodApplyStyle (Inherited from StiElementBase.)
Protected methodCheckTickValue
Public methodClone (Overrides StiElementBaseClone.)
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.)
Protected methodGetMajorCollections
Protected methodGetMinorCollections
Protected methodGetOffset
Protected methodGetPlacement
Protected methodGetPointCollection
Public methodGetProperties (Inherited from StiGaugeElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeGetSkipIndices
Raises the GetSkipIndices event.
Public methodInvokeGetSkipValues
Raises the GetSkipValues event.
Public methodLoadFromJsonObject (Overrides StiGaugeElementLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGetSkipIndices
Raises the GetSkipIndices event.
Protected methodOnGetSkipValues
Raises the GetValue event.
Protected methodPrepareGaugeElement (Overrides StiGaugeElementPrepareGaugeElement.)
Public methodSaveToJsonObject (Overrides StiGaugeElementSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventGetSkipIndices
Occurs when getting the property SkipIndices.
Public eventGetSkipValues
Occurs when getting the property SkipValues.
Top
See Also