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