StiAxis Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiAxis, IStiJsonReportObject
Constructors
| Constructor | Description |
|---|---|
| constructor(IStiAxisLabels labels) |
constructor(labels: IStiAxisLabels)
Parameters
- labels (IStiAxisLabels)
Properties
| Property | Type | Description |
|---|---|---|
| allowApplyStyle | boolean | |
| step | number | |
| title | IStiAxisTitle | |
| titleDirection | StiLegendDirection |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiAxis | |
| implements | any[] | |
| loadFromJsonObject | void | |
| loadFromXml | void | |
| meta | StiMeta[] | |
| saveToJsonObject | StiJson |
Method Details
clone
clone(): StiAxis
Returns StiAxis
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 |
|---|---|---|
| _hash | StiMeta[] | |
| allowApplyStyle | any | |
| area | IStiAxisArea | |
| arrowStyle | any | |
| arrowStyle | StiArrowStyle | |
| core | StiAxisCoreXF | |
| info | any | |
| interaction | IStiAxisInteraction | |
| interaction | IStiAxisInteraction | |
| labels | IStiAxisLabels | |
| lineColor | any | |
| lineColor | Color | |
| lineStyle | any | |
| lineStyle | StiPenStyle | |
| lineWidth | any | |
| lineWidth | any | |
| logarithmicScale | any | |
| logarithmicScale | any | |
| range | IStiAxisRange | |
| range | IStiAxisRange | |
| startFromZero | any | |
| startFromZero | any | |
| ticks | IStiAxisTicks | |
| ticks | IStiAxisTicks | |
| title | IStiAxisTitle | |
| visible | any | |
| visible | any |