Packagestimulsoft.report.chart.interfaces.areas.radar
Interfacepublic interface IStiRadarArea extends IStiArea, IStiClonable, IStiMemberwiseCloneable
Implementors StiRadarArea



Public Properties
 PropertyDefined By
 InheritedallowApplyStyle : Boolean
IStiArea
 InheritedborderColor : StiColor
IStiArea
 Inheritedbrush : StiBrush
IStiArea
 Inheritedchart : IStiChart
IStiArea
 InheritedcolorEach : Boolean
IStiArea
 Inheritedcore : StiAreaCoreXF
IStiArea
  gridLinesHor : IStiRadarGridLinesHor
IStiRadarArea
  gridLinesVert : IStiRadarGridLinesVert
IStiRadarArea
  interlacingHor : IStiInterlacingHor
IStiRadarArea
  interlacingVert : IStiInterlacingVert
IStiRadarArea
 InheritedisDefaultSeriesTypeFullStackedBarSeries : Boolean
[read-only]
IStiArea
 InheritedisDefaultSeriesTypeFullStackedColumnSeries : Boolean
[read-only]
IStiArea
  radarStyle : int
IStiRadarArea
 InheritedshowShadow : Boolean
IStiArea
  xAxis : IStiXRadarAxis
IStiRadarArea
  yAxis : IStiYRadarAxis
IStiRadarArea
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiArea
 Inherited
IStiArea
 Inherited
getSeriesLabelsTypes():Vector.<Class>
IStiArea
 Inherited
getSeriesTypes():Vector.<Class>
IStiArea
 Inherited
getType():Class
IStiArea
 Inherited
IStiMemberwiseCloneable
Property Detail
gridLinesHorproperty
gridLinesHor:IStiRadarGridLinesHor


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


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


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


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


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


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


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