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

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


loadFromXml

loadFromXml(xn: XmlNode): void

Parameters


meta

meta(): StiMeta[]

Returns StiMeta[]


saveToJsonObject

saveToJsonObject(mode: StiJsonSaveMode): StiJson

Parameters

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