Package | stimulsoft.report.chart.geoms.series.pie |
Class | public class StiPieSeriesFullElementGeom |
Inheritance | StiPieSeriesFullElementGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
borderColor : StiColor [read-only] | StiPieSeriesFullElementGeom | ||
brush : StiBrush [read-only] | StiPieSeriesFullElementGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
series : IStiPieSeries [read-only] | StiPieSeriesFullElementGeom | ||
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiPieSeriesFullElementGeom(series:IStiPieSeries, clientRectangle:StiRectangle, brush:StiBrush, borderColor:StiColor) | StiPieSeriesFullElementGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiPieSeriesFullElementGeom | ||
![]() | 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 |
borderColor | property |
brush | property |
series | property |
StiPieSeriesFullElementGeom | () | Constructor |
public function StiPieSeriesFullElementGeom(series:IStiPieSeries, clientRectangle:StiRectangle, brush:StiBrush, borderColor:StiColor)
series:IStiPieSeries | |
clientRectangle:StiRectangle | |
brush:StiBrush | |
borderColor:StiColor |
draw | () | method |