| Package | stimulsoft.report.chart.geoms.seriesLabels.funnel |
| Class | public class StiOutsideFunnelLabelsGeom |
| Inheritance | StiOutsideFunnelLabelsGeom StiCenterFunnelLabelsGeom StiSeriesLabelsGeom StiCellGeom StiGeom Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | allowMouseOver : Boolean [read-only] | StiSeriesLabelsGeom | |
![]() | borderColor : StiColor [read-only] | StiCenterFunnelLabelsGeom | |
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
| endPointLine : StiPoint [read-only] | StiOutsideFunnelLabelsGeom | ||
![]() | index : int [read-only] | StiSeriesLabelsGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | isMouseOver : Boolean | StiSeriesLabelsGeom | |
![]() | labelBrush : StiBrush [read-only] | StiCenterFunnelLabelsGeom | |
![]() | labelRect : StiRectangle [read-only] | StiCenterFunnelLabelsGeom | |
![]() | series : IStiSeries [read-only] | StiSeriesLabelsGeom | |
![]() | seriesBorderColor : StiColor [read-only] | StiCenterFunnelLabelsGeom | |
![]() | seriesBrush : StiBrush [read-only] | StiCenterFunnelLabelsGeom | |
![]() | seriesLabels : IStiSeriesLabels [read-only] | StiSeriesLabelsGeom | |
| startPointLine : StiPoint [read-only] | StiOutsideFunnelLabelsGeom | ||
![]() | text : String [read-only] | StiCenterFunnelLabelsGeom | |
![]() | type : int [read-only] | StiGeom | |
![]() | value : Number [read-only] | StiSeriesLabelsGeom | |
| endPointLine | property |
| startPointLine | property |
| 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)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 |
| draw | () | method |
override public function draw(context:StiContext):voidDraws area geom object on spefied context.
Parameters
context:StiContext |