Packagestimulsoft.report.chart.geoms.seriesLabels.funnel
Classpublic class StiCenterFunnelLabelsGeom
InheritanceStiCenterFunnelLabelsGeom Inheritance StiSeriesLabelsGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object
Subclasses StiOutsideFunnelLabelsGeom



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesLabelsGeom
  borderColor : StiColor
[read-only]
StiCenterFunnelLabelsGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedindex : int
[read-only]
StiSeriesLabelsGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesLabelsGeom
  labelBrush : StiBrush
[read-only]
StiCenterFunnelLabelsGeom
  labelRect : StiRectangle
[read-only]
StiCenterFunnelLabelsGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesLabelsGeom
  seriesBorderColor : StiColor
[read-only]
StiCenterFunnelLabelsGeom
  seriesBrush : StiBrush
[read-only]
StiCenterFunnelLabelsGeom
 InheritedseriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
  text : String
[read-only]
StiCenterFunnelLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiCenterFunnelLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, seriesBrush:StiBrush, labelBrush:StiBrush, borderColor:StiColor, seriesBorderColor:StiColor, labelRect:StiRectangle)
StiCenterFunnelLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override] Draws area geom object on spefied context.
StiCenterFunnelLabelsGeom
 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
[override]
StiSeriesLabelsGeom
 Inherited
[override]
StiSeriesLabelsGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
 Inherited
drawMarker(context:StiContext, itemRect:StiRectangle, markerColor:Object, markerBrush:StiBrush):void
StiSeriesLabelsGeom
Property Detail
borderColorproperty
borderColor:StiColor  [read-only]


Implementation
    public function get borderColor():StiColor
labelBrushproperty 
labelBrush:StiBrush  [read-only]


Implementation
    public function get labelBrush():StiBrush
labelRectproperty 
labelRect:StiRectangle  [read-only]


Implementation
    public function get labelRect():StiRectangle
seriesBorderColorproperty 
seriesBorderColor:StiColor  [read-only]


Implementation
    public function get seriesBorderColor():StiColor
seriesBrushproperty 
seriesBrush:StiBrush  [read-only]


Implementation
    public function get seriesBrush():StiBrush
textproperty 
text:String  [read-only]


Implementation
    public function get text():String
Constructor Detail
StiCenterFunnelLabelsGeom()Constructor
public function StiCenterFunnelLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, seriesBrush:StiBrush, labelBrush:StiBrush, borderColor:StiColor, seriesBorderColor:StiColor, labelRect:StiRectangle)



Parameters
seriesLabels:IStiSeriesLabels
 
series:IStiSeries
 
index:int
 
value:Number
 
clientRectangle:StiRectangle
 
text:String
 
seriesBrush:StiBrush
 
labelBrush:StiBrush
 
borderColor:StiColor
 
seriesBorderColor:StiColor
 
labelRect:StiRectangle
Method Detail
draw()method
override public function draw(context:StiContext):void

Draws area geom object on spefied context.

Parameters

context:StiContext