Package | stimulsoft.report.chart.geoms.series.funnel |
Class | public class StiFunnelSeriesElementGeom |
Inheritance | StiFunnelSeriesElementGeom ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | allowMouseOver : Boolean [read-only] | StiSeriesElementGeom | |
![]() | areaGeom : StiAreaGeom | StiSeriesElementGeom | |
borderColor : StiColor [read-only] | StiFunnelSeriesElementGeom | ||
brush : StiBrush [read-only] | StiFunnelSeriesElementGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | index : int [read-only] | StiSeriesElementGeom | |
![]() | interaction : StiSeriesInteractionData | StiSeriesElementGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | isMouseOver : Boolean | StiSeriesElementGeom | |
path : Vector.<StiSegmentGeom> [read-only] | StiFunnelSeriesElementGeom | ||
![]() | series : IStiSeries [read-only] | StiSeriesElementGeom | |
![]() | type : int [read-only] | StiGeom | |
![]() | value : Number [read-only] | StiSeriesElementGeom |
Method | Defined By | ||
---|---|---|---|
StiFunnelSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiSeries, clientRectangle:StiRectangle, brush:StiBrush, borderColor:StiColor, path:Vector.<StiSegmentGeom>) | StiFunnelSeriesElementGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiFunnelSeriesElementGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
![]() | invokeClick(options:StiInteractionOptions):void [override] | StiSeriesElementGeom | |
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseEnter(options:StiInteractionOptions):void [override] | StiSeriesElementGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void [override] | StiSeriesElementGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
borderColor | property |
brush | property |
path | property |
path:Vector.<StiSegmentGeom>
[read-only] public function get path():Vector.<StiSegmentGeom>
StiFunnelSeriesElementGeom | () | Constructor |
public function StiFunnelSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiSeries, clientRectangle:StiRectangle, brush:StiBrush, borderColor:StiColor, path:Vector.<StiSegmentGeom>)
areaGeom:StiAreaGeom | |
value:Number | |
index:int | |
series:IStiSeries | |
clientRectangle:StiRectangle | |
brush:StiBrush | |
borderColor:StiColor | |
path:Vector.<StiSegmentGeom> |
draw | () | method |