Packagestimulsoft.report.chart.view.areas
Classpublic class StiArea
InheritanceStiArea Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiArea, IStiSerializable, IStiRef
Subclasses StiAxisArea, StiFunnelArea, StiPieArea, StiRadarArea



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiArea
  borderColor : StiColor
Gets or sets border color of this area.
StiArea
  brush : StiBrush
Gets or sets brush to fill a area.
StiArea
  chart : IStiChart
Gets or sets reference to chart component which contain this area.
StiArea
  colorEach : Boolean
Gets or sets value which indicates that each series is drawn by its own colour.
StiArea
  core : StiAreaCoreXF
StiArea
  isDefaultSeriesTypeFullStackedBarSeries : Boolean
[read-only]
StiArea
  isDefaultSeriesTypeFullStackedColumnSeries : Boolean
[read-only]
StiArea
  logarithmicScale : Boolean
StiArea
 Inheritedproperties : StiRepositoryItems
StiService
  ref : int
StiArea
  serviceCategory : String
[override] [read-only] Gets a service category.
StiArea
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
  serviceName : String
[override] [read-only] Gets a service name.
StiArea
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
  showShadow : Boolean
Gets or sets value which indicates necessary draw shadod or no.
StiArea
Public Methods
 MethodDefined By
  
StiArea
  
clone(... args):Object
[override]
StiArea
  
equals(object:Object):Boolean
[override]
StiArea
  
StiArea
  
StiArea
  
getSeriesLabelsTypes():Vector.<Class>
StiArea
  
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
  
[override]
StiArea
 Inherited
StiService
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
borderColorproperty 
borderColor:StiColor

Gets or sets border color of this area.


Implementation
    public function get borderColor():StiColor
    public function set borderColor(value:StiColor):void
brushproperty 
brush:StiBrush

Gets or sets brush to fill a area.


Implementation
    public function get brush():StiBrush
    public function set brush(value:StiBrush):void
chartproperty 
chart:IStiChart

Gets or sets reference to chart component which contain this area.


Implementation
    public function get chart():IStiChart
    public function set chart(value:IStiChart):void
colorEachproperty 
colorEach:Boolean

Gets or sets value which indicates that each series is drawn by its own colour.


Implementation
    public function get colorEach():Boolean
    public function set colorEach(value:Boolean):void
coreproperty 
core:StiAreaCoreXF


Implementation
    public function get core():StiAreaCoreXF
    public function set core(value:StiAreaCoreXF):void
isDefaultSeriesTypeFullStackedBarSeriesproperty 
isDefaultSeriesTypeFullStackedBarSeries:Boolean  [read-only]


Implementation
    public function get isDefaultSeriesTypeFullStackedBarSeries():Boolean
isDefaultSeriesTypeFullStackedColumnSeriesproperty 
isDefaultSeriesTypeFullStackedColumnSeries:Boolean  [read-only]


Implementation
    public function get isDefaultSeriesTypeFullStackedColumnSeries():Boolean
logarithmicScaleproperty 
logarithmicScale:Boolean


Implementation
    public function get logarithmicScale():Boolean
    public function set logarithmicScale(value:Boolean):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
serviceCategoryproperty 
serviceCategory:String  [read-only] [override]

Gets a service category.


Implementation
    public function get serviceCategory():String
serviceNameproperty 
serviceName:String  [read-only] [override]

Gets a service name.


Implementation
    public function get serviceName():String
showShadowproperty 
showShadow:Boolean

Gets or sets value which indicates necessary draw shadod or no.


Implementation
    public function get showShadow():Boolean
    public function set showShadow(value:Boolean):void
Constructor Detail
StiArea()Constructor
public function StiArea()



Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

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

Parameters

object:Object

Returns
Boolean
getDefaultSeriesLabelsType()method 
public function getDefaultSeriesLabelsType():Class

Returns
Class
getDefaultSeriesType()method 
public function getDefaultSeriesType():Class

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

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

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

Returns
Object