Packagestimulsoft.report.chart.view.gridLines.radar
Classpublic class StiRadarGridLines
InheritanceStiRadarGridLines Inheritance StiObject Inheritance Object
Implements IStiRadarGridLines, IStiSerializable, IStiRef
Subclasses StiRadarGridLinesHor, StiRadarGridLinesVert



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiRadarGridLines
  area : IStiArea
StiRadarGridLines
  color : StiColor
Gets or sets color which will be used for drawing major grid lines.
StiRadarGridLines
  core : StiRadarGridLinesCoreXF
StiRadarGridLines
  ref : int
StiRadarGridLines
  style : int
Gets or sets style which will be used for drawing major grid lines.
StiRadarGridLines
  visible : Boolean
Gets or sets visibility of major grid lines.
StiRadarGridLines
Public Methods
 MethodDefined By
  
StiRadarGridLines(color:StiColor, style:int, visible:Boolean, allowApplyStyle:Boolean)
StiRadarGridLines
  
clone(... parameters):Object
[override]
StiRadarGridLines
  
equals(object:Object):Boolean
[override]
StiRadarGridLines
 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
  
[override]
StiRadarGridLines
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean

Gets or sets value which indicates that chart style will be used.


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(value:Boolean):void
areaproperty 
area:IStiArea


Implementation
    public function get area():IStiArea
    public function set area(value:IStiArea):void
colorproperty 
color:StiColor

Gets or sets color which will be used for drawing major grid lines.


Implementation
    public function get color():StiColor
    public function set color(value:StiColor):void
coreproperty 
core:StiRadarGridLinesCoreXF


Implementation
    public function get core():StiRadarGridLinesCoreXF
    public function set core(value:StiRadarGridLinesCoreXF):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
styleproperty 
style:int

Gets or sets style which will be used for drawing major grid lines.


Implementation
    public function get style():int
    public function set style(value:int):void
visibleproperty 
visible:Boolean

Gets or sets visibility of major grid lines.


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void
Constructor Detail
StiRadarGridLines()Constructor
public function StiRadarGridLines(color:StiColor, style:int, visible:Boolean, allowApplyStyle:Boolean)



Parameters
color:StiColor
 
style:int
 
visible:Boolean
 
allowApplyStyle:Boolean
Method Detail
clone()method
override public function clone(... parameters):Object

Parameters

... parameters

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object