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



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesLabelsGeom
 InheritedangleToUse : Number
[read-only]
StiCenterPieLabelsGeom
 InheritedborderColor : 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
 InheritedlabelBrush : StiBrush
[read-only]
StiCenterPieLabelsGeom
  labelPoint : StiPoint
[read-only]
StiOutsidePieLabelsGeom
 InheritedlabelRect : StiRectangle
[read-only]
StiCenterPieLabelsGeom
  lineColor : StiColor
[read-only]
StiOutsidePieLabelsGeom
 InheritedrotationMode : int
[read-only]
StiCenterPieLabelsGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesLabelsGeom
 InheritedseriesBorderColor : StiColor
[read-only]
StiCenterPieLabelsGeom
 InheritedseriesBrush : StiBrush
[read-only]
StiCenterPieLabelsGeom
 InheritedseriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
 InheritedseriesLabelsBrush : StiBrush
[read-only]
StiCenterPieLabelsGeom
  startPoint : StiPoint
[read-only]
StiOutsidePieLabelsGeom
 Inheritedtext : String
[read-only]
StiCenterPieLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiOutsidePieLabelsGeom(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, lineColor:StiColor, labelPoint:StiPoint, startPoint:StiPoint)
StiOutsidePieLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiOutsidePieLabelsGeom
 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
labelPointproperty
labelPoint:StiPoint  [read-only]


Implementation
    public function get labelPoint():StiPoint
lineColorproperty 
lineColor:StiColor  [read-only]


Implementation
    public function get lineColor():StiColor
startPointproperty 
startPoint:StiPoint  [read-only]


Implementation
    public function get startPoint():StiPoint
Constructor Detail
StiOutsidePieLabelsGeom()Constructor
public function StiOutsidePieLabelsGeom(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, lineColor:StiColor, labelPoint:StiPoint, startPoint:StiPoint)



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
 
lineColor:StiColor
 
labelPoint:StiPoint
 
startPoint:StiPoint
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext