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