StiAxisTitle Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiAxisTitle
Constructors
| Constructor | Description |
|---|---|
| constructor(Font font, any 12) |
constructor(font: Font, 12: any)
Parameters
- font (Font)
- 12 (any)
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiAxisTitle | |
| implements | any[] | |
| loadFromJsonObject | void | |
| loadFromXml | void | |
| meta | StiMeta[] | |
| saveToJsonObject | StiJson |
Method Details
clone
clone(): StiAxisTitle
Returns StiAxisTitle
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 | |
| allowApplyStyle | any | |
| antialiasing | any | |
| color | any | |
| core | StiAxisTitleCoreXF | |
| direction | any | |
| font | any | |
| position | any | |
| text | any |