Packagestimulsoft.report.chart.geoms.series.stackedBar
Classpublic class StiStackedBarSeriesShadowElementGeom
InheritanceStiStackedBarSeriesShadowElementGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  invisible : Boolean
[override] [read-only]
StiStackedBarSeriesShadowElementGeom
  isLeftShadow : Boolean
[read-only]
StiStackedBarSeriesShadowElementGeom
  isRightShadow : Boolean
[read-only]
StiStackedBarSeriesShadowElementGeom
  series : IStiSeries
[read-only]
StiStackedBarSeriesShadowElementGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiStackedBarSeriesShadowElementGeom(series:IStiSeries, clientRectangle:StiRectangle, isLeftShadow:Boolean, isRightShadow:Boolean)
StiStackedBarSeriesShadowElementGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiStackedBarSeriesShadowElementGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
invisibleproperty
invisible:Boolean  [read-only] [override]


Implementation
    public function get invisible():Boolean
isLeftShadowproperty 
isLeftShadow:Boolean  [read-only]


Implementation
    public function get isLeftShadow():Boolean
isRightShadowproperty 
isRightShadow:Boolean  [read-only]


Implementation
    public function get isRightShadow():Boolean
seriesproperty 
series:IStiSeries  [read-only]


Implementation
    public function get series():IStiSeries
Constructor Detail
StiStackedBarSeriesShadowElementGeom()Constructor
public function StiStackedBarSeriesShadowElementGeom(series:IStiSeries, clientRectangle:StiRectangle, isLeftShadow:Boolean, isRightShadow:Boolean)



Parameters
series:IStiSeries
 
clientRectangle:StiRectangle
 
isLeftShadow:Boolean
 
isRightShadow:Boolean
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext