StiDoughnutAreaIndicatorTitle Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiDoughnutAreaIndicatorTitle
Constructors
| Constructor | Description |
|---|---|
| StiDoughnutAreaIndicatorTitle() | |
| StiDoughnutAreaIndicatorTitle(string text, Color color) |
StiDoughnutAreaIndicatorTitle()
StiDoughnutAreaIndicatorTitle(text: string, color: Color)
Parameters
- text (string)
- color (Color)
Properties
| Property | Type | Description |
|---|---|---|
| Color | Color | |
| ParentComponent | StiComponent | |
| Text | string |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | Creates a new object that is a copy of the current instance. |
| GetColor | Color | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(): object
Creates a new object that is a copy of the current instance.
Returns object — A new object that is a copy of this instance.
GetColor
GetColor(): Color
Returns Color
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject