StiTickBase Class |
[Missing <summary> documentation for "T:Stimulsoft.Report.Components.Gauge.Primitives.StiTickBase"]
Namespace: Stimulsoft.Report.Components.Gauge.Primitives
The StiTickBase type exposes the following members.
| Name | Description | |
|---|---|---|
| StiTickBase | Initializes a new instance of the StiTickBase class |
| Name | Description | |
|---|---|---|
| AllowApplyStyle | (Inherited from StiElementBase.) | |
| Animation | (Inherited from StiGaugeElement.) | |
| ComponentId | (Inherited from StiGaugeElement.) | |
| ElementType | (Inherited from StiGaugeElement.) | |
| GetSkipIndicesEvent |
Occurs when getting the property SkipIndices.
| |
| GetSkipValuesEvent |
Occurs when getting the property SkipValues.
| |
| IsSkipMajorValues | ||
| LocalizeName | (Inherited from StiGaugeElement.) | |
| MaximumValue |
Gets or sets the maximum value to which displaying should be.
| |
| MinimumValue |
Gets or sets the minimum value, with which displaying should begin.
| |
| Offset |
Gets or sets the offset from the scale based on the StiPlacement.
| |
| Placement |
Gets or sets the placement of the tick relative to the scale.
| |
| PropName | (Inherited from StiGaugeElement.) | |
| Scale | (Inherited from StiGaugeElement.) | |
| SkipIndices |
Gets or sets the indexes of values that cannot be displayed. Example: 1;2;3
| |
| SkipIndicesObj | ||
| SkipValues |
Gets or sets the values that should not be rendered. Example: 1;2;3
| |
| SkipValuesObj |
| Name | Description | |
|---|---|---|
| ApplyStyle | (Inherited from StiElementBase.) | |
| CheckTickValue | ||
| Clone | (Overrides StiElementBaseClone.) | |
| CreateNew | (Inherited from StiGaugeElement.) | |
| DrawElement | (Inherited from StiElementBase.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEvents | (Inherited from StiGaugeElement.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMajorCollections | ||
| GetMinorCollections | ||
| GetOffset | ||
| GetPlacement | ||
| GetPointCollection | ||
| GetProperties | (Inherited from StiGaugeElement.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InvokeGetSkipIndices |
Raises the GetSkipIndices event.
| |
| InvokeGetSkipValues |
Raises the GetSkipValues event.
| |
| LoadFromJsonObject | (Overrides StiGaugeElementLoadFromJsonObject(JObject).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnGetSkipIndices |
Raises the GetSkipIndices event.
| |
| OnGetSkipValues |
Raises the GetValue event.
| |
| PrepareGaugeElement | (Overrides StiGaugeElementPrepareGaugeElement.) | |
| SaveToJsonObject | (Overrides StiGaugeElementSaveToJsonObject(StiJsonSaveMode).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| GetSkipIndices |
Occurs when getting the property SkipIndices.
| |
| GetSkipValues |
Occurs when getting the property SkipValues.
|