Packagestimulsoft.report.chart.core.area
Classpublic class StiAreaCoreXF
InheritanceStiAreaCoreXF Inheritance StiObject Inheritance Object
Implements IStiApplyStyle
Subclasses StiAxisAreaCoreXF, StiFunnelAreaCoreXF, StiPieAreaCoreXF, StiRadarAreaCoreXF

Describes base class for all chart areas.



Public Properties
 PropertyDefined By
  area : IStiArea
StiAreaCoreXF
  localizedName : String
[read-only] Gets a service name.
StiAreaCoreXF
  position : int
[read-only] Gets position of this area.
StiAreaCoreXF
  seriesOrientation : int
[read-only] Gets series orientation of this area.
StiAreaCoreXF
Public Methods
 MethodDefined By
  
StiAreaCoreXF
  
Applying specified style to this area.
StiAreaCoreXF
  
checkInLabelsTypes(typeForCheck:Class):Boolean
Internal use only.
StiAreaCoreXF
  
clone(... args):Object
[override]
StiAreaCoreXF
 Inherited
equals(object:Object):Boolean
StiObject
  
Returns collections of corect series for this area.
StiAreaCoreXF
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
  
isAcceptableSeries(seriesType:Class):Boolean
StiAreaCoreXF
  
isAcceptableSeriesLabels(seriesLabelsType:Class):Boolean
StiAreaCoreXF
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiAreaCoreXF
  
StiAreaCoreXF
Protected Methods
 MethodDefined By
  
StiAreaCoreXF
Property Detail
areaproperty
area:IStiArea


Implementation
    public function get area():IStiArea
    public function set area(value:IStiArea):void
localizedNameproperty 
localizedName:String  [read-only]

Gets a service name.


Implementation
    public function get localizedName():String
positionproperty 
position:int  [read-only]

Gets position of this area.


Implementation
    public function get position():int
seriesOrientationproperty 
seriesOrientation:int  [read-only]

Gets series orientation of this area.


Implementation
    public function get seriesOrientation():int
Constructor Detail
StiAreaCoreXF()Constructor
public function StiAreaCoreXF(area:IStiArea)



Parameters
area:IStiArea
Method Detail
applyStyle()method
public function applyStyle(style:IStiChartStyle):void

Applying specified style to this area.

Parameters

style:IStiChartStyle

checkInLabelsTypes()method 
public function checkInLabelsTypes(typeForCheck:Class):Boolean

Internal use only.

Parameters

typeForCheck:Class

Returns
Boolean
clone()method 
override public function clone(... args):Object

Parameters

... args

Returns
Object
getSeries()method 
public function getSeries():Vector.<IStiSeries>

Returns collections of corect series for this area.

Returns
Vector.<IStiSeries>
isAcceptableSeries()method 
public function isAcceptableSeries(seriesType:Class):Boolean

Parameters

seriesType:Class

Returns
Boolean
isAcceptableSeriesLabels()method 
public function isAcceptableSeriesLabels(seriesLabelsType:Class):Boolean

Parameters

seriesLabelsType:Class

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

Returns
Object
prepareInfo()method 
protected function prepareInfo(rect:StiRectangle):void

Parameters

rect:StiRectangle

render()method 
public function render(context:StiContext, rect:StiRectangle):StiCellGeom

Parameters

context:StiContext
 
rect:StiRectangle

Returns
StiCellGeom