StiTickMarkBase Class
Namespace: Stimulsoft.Report.Components.Gauge.Primitives
Inheritance
Inherits from: StiTickBase
Properties
| Property | Type | Description |
|---|---|---|
| BorderBrush | StiBrush | |
| BorderWidth | float | |
| Brush | StiBrush | |
| CustomSkin | StiGaugeElementSkin | |
| RelativeHeight | float | |
| RelativeWidth | float | |
| Skin | StiTickMarkSkin |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| GetActualSkin | StiGaugeElementSkin | |
| GetRelativeHeight | float | |
| GetRelativeWidth | float | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(): object
Returns object
GetActualSkin
GetActualSkin(): StiGaugeElementSkin
Returns StiGaugeElementSkin
GetRelativeHeight
GetRelativeHeight(value: float?): float
Parameters
- value (float?)
Returns float
GetRelativeWidth
GetRelativeWidth(value: float?): float
Parameters
- value (float?)
Returns float
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject