StiChartTitle Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiChartTitle
Properties
| Property | Type | Description |
|---|---|---|
| allowApplyStyle | boolean | |
| propName | string |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiChartTitle | |
| implements | any[] | |
| loadFromJsonObject | void | |
| loadFromXml | void | |
| meta | StiMeta[] | |
| saveToJsonObject | StiJson |
Method Details
clone
clone(): StiChartTitle
Returns StiChartTitle
implements
implements(): any[]
Returns any[]
loadFromJsonObject
loadFromJsonObject(j: StiJson): void
Parameters
- j (StiJson)
loadFromXml
loadFromXml(xn: XmlNode): void
Parameters
- xn (XmlNode)
meta
meta(): StiMeta[]
Returns StiMeta[]
saveToJsonObject
saveToJsonObject(mode: StiJsonSaveMode): StiJson
Parameters
- mode (StiJsonSaveMode)
Returns StiJson
Fields
| Field | Type | Description |
|---|---|---|
| IStiJsonReportObject | any | |
| _hash | StiMeta[] | |
| alignment | any | |
| alignment | StringAlignment | |
| allowApplyStyle | any | |
| antialiasing | any | |
| antialiasing | any | |
| brush | StiBrush | |
| brush | StiBrush | |
| chart | IStiChart | |
| core | StiChartTitleCoreXF | |
| dock | any | |
| dock | StiChartTitleDock | |
| font | any | |
| font | Font | |
| spacing | any | |
| spacing | any | |
| text | any | |
| text | any | |
| visible | any | |
| visible | any |