StiAxisTicks Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiJsonReportObject
Constructors
| Constructor | Description |
|---|---|
| constructor(any visible, any length, any minorVisible, any minorLength, any minorCount, any step, any lengthUnderLabels) |
constructor(visible: any, length: any, minorVisible: any, minorLength: any, minorCount: any, step: any, lengthUnderLabels: any)
Parameters
- visible (any)
- length (any)
- minorVisible (any)
- minorLength (any)
- minorCount (any)
- step (any)
- lengthUnderLabels (any)
Properties
| Property | Type | Description |
|---|---|---|
| length | number | |
| lengthUnderLabels | number | |
| minorCount | number | |
| minorLength | number | |
| step | number |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiAxisTicks | |
| implements | any[] | |
| loadFromJsonObject | void | |
| loadFromXml | void | |
| meta | StiMeta[] | |
| saveToJsonObject | StiJson |
Method Details
clone
clone(): StiAxisTicks
Returns StiAxisTicks
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[] | |
| minorVisible | any | |
| visible | any |