Package | stimulsoft.report.chart.geoms.series.pie |
Class | public class StiPieSeriesShadowElementGeom |
Inheritance | StiPieSeriesShadowElementGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
invisible : Boolean [override] [read-only] | StiPieSeriesShadowElementGeom | ||
radius : Number [read-only] | StiPieSeriesShadowElementGeom | ||
series : IStiPieSeries [read-only] | StiPieSeriesShadowElementGeom | ||
shadowContext : StiContext [read-only] | StiPieSeriesShadowElementGeom | ||
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiPieSeriesShadowElementGeom(series:IStiPieSeries, clientRectangle:StiRectangle, radius:Number, shadowContext:StiContext) | StiPieSeriesShadowElementGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiPieSeriesShadowElementGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
![]() | invokeClick(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseEnter(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
invisible | property |
invisible:Boolean
[read-only] [override] public function get invisible():Boolean
radius | property |
radius:Number
[read-only] public function get radius():Number
series | property |
shadowContext | property |
StiPieSeriesShadowElementGeom | () | Constructor |
public function StiPieSeriesShadowElementGeom(series:IStiPieSeries, clientRectangle:StiRectangle, radius:Number, shadowContext:StiContext)
series:IStiPieSeries | |
clientRectangle:StiRectangle | |
radius:Number | |
shadowContext:StiContext |
draw | () | method |