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