Package | stimulsoft.report.chart.view.gridLines.axis |
Class | public class StiGridLinesVert |
Inheritance | StiGridLinesVert ![]() ![]() ![]() |
Implements | IStiGridLinesVert |
Method | Defined 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 | ||
![]() | clone(... parameters):Object [override] | StiGridLines | |
![]() | equals(object:Object):Boolean [override] | StiGridLines | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] | StiGridLines |
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)
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 )
|