Packagestimulsoft.report.chart.geoms.series.funnel
Classpublic class StiFunnelSeriesElementGeom
InheritanceStiFunnelSeriesElementGeom Inheritance StiSeriesElementGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesElementGeom
 InheritedareaGeom : StiAreaGeom
StiSeriesElementGeom
  borderColor : StiColor
[read-only]
StiFunnelSeriesElementGeom
  brush : StiBrush
[read-only]
StiFunnelSeriesElementGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedindex : int
[read-only]
StiSeriesElementGeom
 Inheritedinteraction : StiSeriesInteractionData
StiSeriesElementGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesElementGeom
  path : Vector.<StiSegmentGeom>
[read-only]
StiFunnelSeriesElementGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesElementGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesElementGeom
Public Methods
 MethodDefined By
  
StiFunnelSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiSeries, clientRectangle:StiRectangle, brush:StiBrush, borderColor:StiColor, path:Vector.<StiSegmentGeom>)
StiFunnelSeriesElementGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiFunnelSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
[override]
StiSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
[override]
StiSeriesElementGeom
 Inherited
[override]
StiSeriesElementGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
borderColorproperty
borderColor:StiColor  [read-only]


Implementation
    public function get borderColor():StiColor
brushproperty 
brush:StiBrush  [read-only]


Implementation
    public function get brush():StiBrush
pathproperty 
path:Vector.<StiSegmentGeom>  [read-only]


Implementation
    public function get path():Vector.<StiSegmentGeom>
Constructor Detail
StiFunnelSeriesElementGeom()Constructor
public function StiFunnelSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiSeries, clientRectangle:StiRectangle, brush:StiBrush, borderColor:StiColor, path:Vector.<StiSegmentGeom>)



Parameters
areaGeom:StiAreaGeom
 
value:Number
 
index:int
 
series:IStiSeries
 
clientRectangle:StiRectangle
 
brush:StiBrush
 
borderColor:StiColor
 
path:Vector.<StiSegmentGeom>
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext