Packagestimulsoft.report.chart.geoms.series.doughnut
Classpublic class StiDoughnutSeriesElementGeom
InheritanceStiDoughnutSeriesElementGeom Inheritance StiSeriesElementGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesElementGeom
 InheritedareaGeom : StiAreaGeom
StiSeriesElementGeom
  borderColor : StiColor
[read-only]
StiDoughnutSeriesElementGeom
  brush : StiBrush
[read-only]
StiDoughnutSeriesElementGeom
  brushDark : StiBrush
[read-only]
StiDoughnutSeriesElementGeom
  brushLight : StiBrush
[read-only]
StiDoughnutSeriesElementGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  endAngle : Number
[read-only]
StiDoughnutSeriesElementGeom
 Inheritedindex : int
[read-only]
StiSeriesElementGeom
 Inheritedinteraction : StiSeriesInteractionData
StiSeriesElementGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesElementGeom
  path : Vector.<StiSegmentGeom>
[read-only]
StiDoughnutSeriesElementGeom
  pathDark : Vector.<StiSegmentGeom>
[read-only]
StiDoughnutSeriesElementGeom
  pathLight : Vector.<StiSegmentGeom>
[read-only]
StiDoughnutSeriesElementGeom
  radiusFrom : Number
[read-only]
StiDoughnutSeriesElementGeom
  radiusTo : Number
[read-only]
StiDoughnutSeriesElementGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesElementGeom
  startAngle : Number
[read-only]
StiDoughnutSeriesElementGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesElementGeom
Public Methods
 MethodDefined By
  
StiDoughnutSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiDoughnutSeries, clientRectangle:StiRectangle, path:Vector.<StiSegmentGeom>, pathLight:Vector.<StiSegmentGeom>, pathDark:Vector.<StiSegmentGeom>, borderColor:StiColor, brush:StiBrush, brushLight:StiBrush, brushDark:StiBrush, startAngle:Number, endAngle:Number, radiusFrom:Number, radiusTo:Number)
StiDoughnutSeriesElementGeom
  
contains(x:Number, y:Number):Boolean
[override]
StiDoughnutSeriesElementGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiDoughnutSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
[override]
StiSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
[override]
StiSeriesElementGeom
 Inherited
[override]
StiSeriesElementGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
borderColorproperty
borderColor:StiColor  [read-only]


Implementation
    public function get borderColor():StiColor
brushproperty 
brush:StiBrush  [read-only]


Implementation
    public function get brush():StiBrush
brushDarkproperty 
brushDark:StiBrush  [read-only]


Implementation
    public function get brushDark():StiBrush
brushLightproperty 
brushLight:StiBrush  [read-only]


Implementation
    public function get brushLight():StiBrush
endAngleproperty 
endAngle:Number  [read-only]


Implementation
    public function get endAngle():Number
pathproperty 
path:Vector.<StiSegmentGeom>  [read-only]


Implementation
    public function get path():Vector.<StiSegmentGeom>
pathDarkproperty 
pathDark:Vector.<StiSegmentGeom>  [read-only]


Implementation
    public function get pathDark():Vector.<StiSegmentGeom>
pathLightproperty 
pathLight:Vector.<StiSegmentGeom>  [read-only]


Implementation
    public function get pathLight():Vector.<StiSegmentGeom>
radiusFromproperty 
radiusFrom:Number  [read-only]


Implementation
    public function get radiusFrom():Number
radiusToproperty 
radiusTo:Number  [read-only]


Implementation
    public function get radiusTo():Number
startAngleproperty 
startAngle:Number  [read-only]


Implementation
    public function get startAngle():Number
Constructor Detail
StiDoughnutSeriesElementGeom()Constructor
public function StiDoughnutSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiDoughnutSeries, clientRectangle:StiRectangle, path:Vector.<StiSegmentGeom>, pathLight:Vector.<StiSegmentGeom>, pathDark:Vector.<StiSegmentGeom>, borderColor:StiColor, brush:StiBrush, brushLight:StiBrush, brushDark:StiBrush, startAngle:Number, endAngle:Number, radiusFrom:Number, radiusTo:Number)



Parameters
areaGeom:StiAreaGeom
 
value:Number
 
index:int
 
series:IStiDoughnutSeries
 
clientRectangle:StiRectangle
 
path:Vector.<StiSegmentGeom>
 
pathLight:Vector.<StiSegmentGeom>
 
pathDark:Vector.<StiSegmentGeom>
 
borderColor:StiColor
 
brush:StiBrush
 
brushLight:StiBrush
 
brushDark:StiBrush
 
startAngle:Number
 
endAngle:Number
 
radiusFrom:Number
 
radiusTo:Number
Method Detail
contains()method
override public function contains(x:Number, y:Number):Boolean

Parameters

x:Number
 
y:Number

Returns
Boolean
draw()method 
override public function draw(context:StiContext):void

Parameters

context:StiContext