StiInterlacing Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiInterlacing
Constructors
| Constructor | Description |
|---|---|
| constructor(StiBrush interlacedBrush) |
constructor(interlacedBrush: StiBrush)
Parameters
- interlacedBrush (StiBrush)
Properties
| Property | Type | Description |
|---|---|---|
| allowApplyStyle | boolean | |
| propName | string |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiInterlacing | |
| implements | any[] | |
| loadFromJsonObject | void | |
| loadFromXml | void | |
| meta | StiMeta[] | |
| saveToJsonObject | StiJson |
Method Details
clone
clone(): StiInterlacing
Returns StiInterlacing
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[] | |
| area | IStiArea | |
| core | StiInterlacingCoreXF | |
| interlacedBrush | StiBrush | |
| needSetAreaJsonPropertyInternal | any | |
| visible | any |