Packagestimulsoft.report.chart.view.gridLines.axis
Classpublic class StiGridLinesVert
InheritanceStiGridLinesVert Inheritance StiGridLines Inheritance StiObject Inheritance Object
Implements IStiGridLinesVert



Public Properties
 PropertyDefined By
 InheritedallowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiGridLines
 Inheritedarea : IStiArea
StiGridLines
 Inheritedcolor : StiColor
Gets or sets color which will be used for drawing major grid lines.
StiGridLines
 Inheritedcore : StiGridLinesCoreXF
StiGridLines
 InheritedminorColor : StiColor
Gets or sets color which will be used for drawing minor grid lines.
StiGridLines
 InheritedminorCount : int
Gets or sets count of minor grid lines per each major grid line.
StiGridLines
 InheritedminorStyle : int
Gets or sets style which will be used for drawing minor grid lines.
StiGridLines
 InheritedminorVisible : Boolean
Gets or sets visibility of minor grid lines.
StiGridLines
 Inheritedref : int
StiGridLines
 Inheritedstyle : int
Gets or sets style which will be used for drawing major grid lines.
StiGridLines
 Inheritedvisible : Boolean
Gets or sets visibility of major grid lines.
StiGridLines
Public Methods
 MethodDefined By
  
StiGridLinesVert(color:StiColor = null, style:int = 4, visible:Boolean = true, minorColor:StiColor = null, minorStyle:int = 4, minorVisible:Boolean = false, minorCount:int = 0, allowApplyStyle:Boolean = true)
StiGridLinesVert
 Inherited
clone(... parameters):Object
[override]
StiGridLines
 Inherited
equals(object:Object):Boolean
[override]
StiGridLines
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiGridLines
Constructor Detail
StiGridLinesVert()Constructor
public function StiGridLinesVert(color:StiColor = null, style:int = 4, visible:Boolean = true, minorColor:StiColor = null, minorStyle:int = 4, minorVisible:Boolean = false, minorCount:int = 0, allowApplyStyle:Boolean = true)



Parameters
color:StiColor (default = null)
 
style:int (default = 4)
 
visible:Boolean (default = true)
 
minorColor:StiColor (default = null)
 
minorStyle:int (default = 4)
 
minorVisible:Boolean (default = false)
 
minorCount:int (default = 0)
 
allowApplyStyle:Boolean (default = true)