Packagestimulsoft.report.chart.view.areas.radar
Classpublic class StiRadarArea
InheritanceStiRadarArea Inheritance StiArea Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiRadarArea
Subclasses StiRadarAreaArea, StiRadarLineArea, StiRadarPointArea



Public Properties
 PropertyDefined By
 InheritedallowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiArea
 InheritedborderColor : StiColor
Gets or sets border color of this area.
StiArea
 Inheritedbrush : StiBrush
Gets or sets brush to fill a area.
StiArea
 Inheritedchart : IStiChart
Gets or sets reference to chart component which contain this area.
StiArea
 InheritedcolorEach : Boolean
Gets or sets value which indicates that each series is drawn by its own colour.
StiArea
 Inheritedcore : StiAreaCoreXF
StiArea
  gridLinesHor : IStiRadarGridLinesHor
Gets or sets horizontal grid lines on left axis.
StiRadarArea
  gridLinesVert : IStiRadarGridLinesVert
Gets or sets grid lines on vertical axis.
StiRadarArea
  interlacingHor : IStiInterlacingHor
Gets or sets interlacing settings on horizontal axis.
StiRadarArea
  interlacingVert : IStiInterlacingVert
Gets or sets interlacing settings on vertical axis.
StiRadarArea
 InheritedisDefaultSeriesTypeFullStackedBarSeries : Boolean
[read-only]
StiArea
 InheritedisDefaultSeriesTypeFullStackedColumnSeries : Boolean
[read-only]
StiArea
 InheritedlogarithmicScale : Boolean
StiArea
 Inheritedproperties : StiRepositoryItems
StiService
  radarStyle : int
Gets or sets style of radar area.
StiRadarArea
 Inheritedref : int
StiArea
 InheritedserviceCategory : String
[override] [read-only] Gets a service category.
StiArea
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[override] [read-only] Gets a service name.
StiArea
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
 InheritedshowShadow : Boolean
Gets or sets value which indicates necessary draw shadod or no.
StiArea
  xAxis : IStiXRadarAxis
Gets or sets settings of X Axis.
StiRadarArea
  yAxis : IStiYRadarAxis
Gets or sets settings of Y Axis.
StiRadarArea
Public Methods
 MethodDefined By
  
StiRadarArea
  
clone(... parameters):Object
[override]
StiRadarArea
  
equals(object:Object):Boolean
[override]
StiRadarArea
  
[override]
StiRadarArea
 Inherited
StiArea
  
getSeriesLabelsTypes():Vector.<Class>
[override]
StiRadarArea
 Inherited
getSeriesTypes():Vector.<Class>
StiArea
 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]
StiArea
 Inherited
StiService
Property Detail
gridLinesHorproperty
gridLinesHor:IStiRadarGridLinesHor

Gets or sets horizontal grid lines on left axis.


Implementation
    public function get gridLinesHor():IStiRadarGridLinesHor
    public function set gridLinesHor(value:IStiRadarGridLinesHor):void
gridLinesVertproperty 
gridLinesVert:IStiRadarGridLinesVert

Gets or sets grid lines on vertical axis.


Implementation
    public function get gridLinesVert():IStiRadarGridLinesVert
    public function set gridLinesVert(value:IStiRadarGridLinesVert):void
interlacingHorproperty 
interlacingHor:IStiInterlacingHor

Gets or sets interlacing settings on horizontal axis.


Implementation
    public function get interlacingHor():IStiInterlacingHor
    public function set interlacingHor(value:IStiInterlacingHor):void
interlacingVertproperty 
interlacingVert:IStiInterlacingVert

Gets or sets interlacing settings on vertical axis.


Implementation
    public function get interlacingVert():IStiInterlacingVert
    public function set interlacingVert(value:IStiInterlacingVert):void
radarStyleproperty 
radarStyle:int

Gets or sets style of radar area.


Implementation
    public function get radarStyle():int
    public function set radarStyle(value:int):void
xAxisproperty 
xAxis:IStiXRadarAxis

Gets or sets settings of X Axis.


Implementation
    public function get xAxis():IStiXRadarAxis
    public function set xAxis(value:IStiXRadarAxis):void
yAxisproperty 
yAxis:IStiYRadarAxis

Gets or sets settings of Y Axis.


Implementation
    public function get yAxis():IStiYRadarAxis
    public function set yAxis(value:IStiYRadarAxis):void
Constructor Detail
StiRadarArea()Constructor
public function StiRadarArea()



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
getDefaultSeriesLabelsType()method 
override public function getDefaultSeriesLabelsType():Class

Returns
Class
getSeriesLabelsTypes()method 
override public function getSeriesLabelsTypes():Vector.<Class>

Returns
Vector.<Class>