StiAxisLabels Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiJsonReportObject
Constructors
| Constructor | Description |
|---|---|
| constructor(any format, any textBefore, any textAfter, any angle, Font font, any 8) |
constructor(format: any, textBefore: any, textAfter: any, angle: any, font: Font, 8: any)
Parameters
- format (any)
- textBefore (any)
- textAfter (any)
- angle (any)
- font (Font)
- 8 (any)
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiAxisLabels | |
| implements | any[] | |
| loadFromJsonObject | void | |
| loadFromXml | void | |
| meta | StiMeta[] | |
| saveToJsonObject | StiJson |
Method Details
clone
clone(): StiAxisLabels
Returns StiAxisLabels
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 |
|---|---|---|
| ICloneable | any | |
| _hash | StiMeta[] | |
| allowApplyStyle | any | |
| angle | any | |
| antialiasing | any | |
| calculatedStep | number | DBS use only! |
| color | Color | |
| core | StiAxisLabelsCoreXF | |
| font | any | |
| format | any | |
| formatService | StiFormatService | |
| placement | StiLabelsPlacement | |
| step | any | |
| textAfter | any | |
| textAlignment | StiHorAlignment | |
| textBefore | any | |
| width | any | |
| wordWrap | any |