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



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesLabelsGeom
 InheritedborderColor : StiColor
[read-only]
StiCenterFunnelLabelsGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  endPointLine : StiPoint
[read-only]
StiOutsideFunnelLabelsGeom
 Inheritedindex : int
[read-only]
StiSeriesLabelsGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesLabelsGeom
 InheritedlabelBrush : StiBrush
[read-only]
StiCenterFunnelLabelsGeom
 InheritedlabelRect : StiRectangle
[read-only]
StiCenterFunnelLabelsGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesLabelsGeom
 InheritedseriesBorderColor : StiColor
[read-only]
StiCenterFunnelLabelsGeom
 InheritedseriesBrush : StiBrush
[read-only]
StiCenterFunnelLabelsGeom
 InheritedseriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
  startPointLine : StiPoint
[read-only]
StiOutsideFunnelLabelsGeom
 Inheritedtext : String
[read-only]
StiCenterFunnelLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiOutsideFunnelLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, seriesBrush:StiBrush, labelBrush:StiBrush, borderColor:StiColor, seriesBorderColor:StiColor, labelRect:StiRectangle, startPointLine:StiPoint, endPointLine:StiPoint)
StiOutsideFunnelLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override] Draws area geom object on spefied context.
StiOutsideFunnelLabelsGeom
 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
endPointLineproperty
endPointLine:StiPoint  [read-only]


Implementation
    public function get endPointLine():StiPoint
startPointLineproperty 
startPointLine:StiPoint  [read-only]


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



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

Draws area geom object on spefied context.

Parameters

context:StiContext