StiTickLabelBase Class
Namespace: Stimulsoft.Report.Components.Gauge.Primitives
Inheritance
Inherits from: StiTickBase
Properties
| Property | Type | Description |
|---|---|---|
| Font | Font | |
| TextBrush | StiBrush | |
| TextFormat | string |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| GetTextForRender (+2 overloads) | string | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(): object
Returns object
GetTextForRender
GetTextForRender(value: double, format: string): string
Parameters
- value (double)
- format (string)
Returns string
GetTextForRender(value: string): string
Parameters
- value (string)
Returns string
GetTextForRender(value: string, format: string): string
Parameters
- value (string)
- format (string)
Returns string
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject