StiChartLegendTitle Class
Namespace: Stimulsoft.Dashboard.Components.Chart
Inheritance
Implements: IStiExpressionParentComponent
Constructors
| Constructor | Description |
|---|---|
| StiChartLegendTitle() | |
| StiChartLegendTitle(Font font, string text, Color color) |
StiChartLegendTitle()
StiChartLegendTitle(font: Font, text: string, color: Color)
Parameters
- font (Font)
- text (string)
- color (Color)
Properties
| Property | Type | Description |
|---|---|---|
| Color | Color | |
| Font | Font | |
| ParentComponent | StiComponent | |
| Text | string |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | Creates a new object that is a copy of the current instance. |
| 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.
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject