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


implements

implements(): any[]

Returns any[]


loadFromJsonObject

loadFromJsonObject(j: StiJson): void

Parameters


loadFromXml

loadFromXml(xn: XmlNode): void

Parameters


meta

meta(): StiMeta[]

Returns StiMeta[]


saveToJsonObject

saveToJsonObject(mode: StiJsonSaveMode): StiJson

Parameters

Returns StiJson

Fields

Field Type Description
allowApplyStyle any