Click or drag to resize

StiRadialTickLabelBase Class

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

Inheritance Hierarchy

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

The StiRadialTickLabelBase type exposes the following members.

Constructors
  NameDescription
Protected methodStiRadialTickLabelBase
Initializes a new instance of the StiRadialTickLabelBase class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyAnimation (Inherited from StiGaugeElement.)
Public propertyComponentId (Inherited from StiGaugeElement.)
Public propertyElementType (Overrides StiGaugeElementElementType.)
Public propertyFont
Gets or sets font of component.
(Inherited from StiTickLabelBase.)
Public propertyGetSkipIndicesEvent
Occurs when getting the property SkipIndices.
(Inherited from StiTickBase.)
Public propertyGetSkipValuesEvent
Occurs when getting the property SkipValues.
(Inherited from StiTickBase.)
Protected propertyIsSkipMajorValues (Inherited from StiTickBase.)
Public propertyLabelRotationMode
Gets or sets the rotation mode of labels.
Public propertyLocalizeName (Inherited from StiGaugeElement.)
Public propertyMaximumValue
Gets or sets the maximum value to which displaying should be.
(Inherited from StiTickBase.)
Public propertyMinimumValue
Gets or sets the minimum value, with which displaying should begin.
(Inherited from StiTickBase.)
Public propertyOffset
Gets or sets the offset from the scale based on the StiPlacement.
(Inherited from StiTickBase.)
Public propertyOffsetAngle
Gets or sets an additional rotation angle.
Public propertyPlacement
Gets or sets the placement of the tick relative to the scale.
(Inherited from StiTickBase.)
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
(Inherited from StiTickBase.)
Public propertySkipIndicesObj (Inherited from StiTickBase.)
Public propertySkipValues
Gets or sets the values that should not be rendered. Example: 1;2;3
(Inherited from StiTickBase.)
Public propertySkipValuesObj (Inherited from StiTickBase.)
Public propertyTextBrush
Gets or sets a brush to draw text.
(Inherited from StiTickLabelBase.)
Public propertyTextFormat
Gets or sets the format used to convert value to a string.
(Inherited from StiTickLabelBase.)
Top
Methods
  NameDescription
Public methodApplyStyle (Inherited from StiElementBase.)
Protected methodCheckTickValue (Inherited from StiTickBase.)
Public methodClone (Inherited from StiTickLabelBase.)
Public methodCreateNew (Inherited from StiGaugeElement.)
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.)
Protected methodGetMajorCollections (Inherited from StiTickBase.)
Protected methodGetMatrixRotation
Protected methodGetMinorCollections (Inherited from StiTickBase.)
Protected methodGetOffset (Inherited from StiTickBase.)
Protected methodGetPlacement (Inherited from StiTickBase.)
Protected methodGetPointCollection (Inherited from StiTickBase.)
Public methodGetProperties (Inherited from StiGaugeElement.)
Protected methodGetTextForRender(String) (Inherited from StiTickLabelBase.)
Protected methodGetTextForRender(Double, String) (Inherited from StiTickLabelBase.)
Protected methodGetTextForRender(String, String) (Inherited from StiTickLabelBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeGetSkipIndices
Raises the GetSkipIndices event.
(Inherited from StiTickBase.)
Public methodInvokeGetSkipValues
Raises the GetSkipValues event.
(Inherited from StiTickBase.)
Public methodLoadFromJsonObject (Overrides StiTickLabelBaseLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGetSkipIndices
Raises the GetSkipIndices event.
(Inherited from StiTickBase.)
Protected methodOnGetSkipValues
Raises the GetValue event.
(Inherited from StiTickBase.)
Protected methodPrepareGaugeElement (Inherited from StiTickBase.)
Public methodSaveToJsonObject (Overrides StiTickLabelBaseSaveToJsonObject(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.
(Inherited from StiTickBase.)
Public eventGetSkipValues
Occurs when getting the property SkipValues.
(Inherited from StiTickBase.)
Top
See Also