Packagestimulsoft.report.chart.geoms.seriesLabels.pie
Classpublic class StiCenterPieLabelsGeom
InheritanceStiCenterPieLabelsGeom Inheritance StiSeriesLabelsGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object
Subclasses StiOutsidePieLabelsGeom



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesLabelsGeom
  angleToUse : Number
[read-only]
StiCenterPieLabelsGeom
  borderColor : StiColor
[read-only]
StiCenterPieLabelsGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedindex : int
[read-only]
StiSeriesLabelsGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesLabelsGeom
  labelBrush : StiBrush
[read-only]
StiCenterPieLabelsGeom
  labelRect : StiRectangle
[read-only]
StiCenterPieLabelsGeom
  rotationMode : int
[read-only]
StiCenterPieLabelsGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesLabelsGeom
  seriesBorderColor : StiColor
[read-only]
StiCenterPieLabelsGeom
  seriesBrush : StiBrush
[read-only]
StiCenterPieLabelsGeom
 InheritedseriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
  seriesLabelsBrush : StiBrush
[read-only]
StiCenterPieLabelsGeom
  text : String
[read-only]
StiCenterPieLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiCenterPieLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, seriesBrush:StiBrush, labelBrush:StiBrush, seriesLabelsBrush:StiBrush, borderColor:StiColor, seriesBorderColor:StiColor, rotationMode:int, labelRect:StiRectangle, angleToUse:Number)
StiCenterPieLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiCenterPieLabelsGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
[override]
StiSeriesLabelsGeom
 Inherited
[override]
StiSeriesLabelsGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
 Inherited
drawMarker(context:StiContext, itemRect:StiRectangle, markerColor:Object, markerBrush:StiBrush):void
StiSeriesLabelsGeom
Property Detail
angleToUseproperty
angleToUse:Number  [read-only]


Implementation
    public function get angleToUse():Number
borderColorproperty 
borderColor:StiColor  [read-only]


Implementation
    public function get borderColor():StiColor
labelBrushproperty 
labelBrush:StiBrush  [read-only]


Implementation
    public function get labelBrush():StiBrush
labelRectproperty 
labelRect:StiRectangle  [read-only]


Implementation
    public function get labelRect():StiRectangle
rotationModeproperty 
rotationMode:int  [read-only]


Implementation
    public function get rotationMode():int
seriesBorderColorproperty 
seriesBorderColor:StiColor  [read-only]


Implementation
    public function get seriesBorderColor():StiColor
seriesBrushproperty 
seriesBrush:StiBrush  [read-only]


Implementation
    public function get seriesBrush():StiBrush
seriesLabelsBrushproperty 
seriesLabelsBrush:StiBrush  [read-only]


Implementation
    public function get seriesLabelsBrush():StiBrush
textproperty 
text:String  [read-only]


Implementation
    public function get text():String
Constructor Detail
StiCenterPieLabelsGeom()Constructor
public function StiCenterPieLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, seriesBrush:StiBrush, labelBrush:StiBrush, seriesLabelsBrush:StiBrush, borderColor:StiColor, seriesBorderColor:StiColor, rotationMode:int, labelRect:StiRectangle, angleToUse:Number)



Parameters
seriesLabels:IStiSeriesLabels
 
series:IStiSeries
 
index:int
 
value:Number
 
clientRectangle:StiRectangle
 
text:String
 
seriesBrush:StiBrush
 
labelBrush:StiBrush
 
seriesLabelsBrush:StiBrush
 
borderColor:StiColor
 
seriesBorderColor:StiColor
 
rotationMode:int
 
labelRect:StiRectangle
 
angleToUse:Number
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext