StiElementBase Class
Namespace: Stimulsoft.Report.Components.Gauge.Primitives
Inheritance
Implements: ICloneable, IStiApplyStyleGauge, IAsIs
Methods
| Method | Returns | Description |
|---|---|---|
| applyStyle | void | |
| clone | any | |
| drawElement | void | |
| implements | any[] | |
| loadFromJsonObject | void | |
| loadFromXml | void | |
| meta | StiMeta[] | |
| saveToJsonObject | StiJson |
Method Details
applyStyle
applyStyle(style: IStiGaugeStyle): void
Parameters
- style (IStiGaugeStyle)
clone
clone(): any
Returns any
drawElement
drawElement(context: StiGaugeContextPainter): void
Parameters
- context (StiGaugeContextPainter)
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 |
|---|---|---|
| allowApplyStyle | any |