Packagestimulsoft.report.chart.geoms.seriesLabels.pie
Classpublic class StiTwoColumnsPieLabelsGeom
InheritanceStiTwoColumnsPieLabelsGeom Inheritance StiSeriesLabelsGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesLabelsGeom
  arcPoint : StiPoint
[read-only]
StiTwoColumnsPieLabelsGeom
  borderColor : StiColor
[read-only]
StiTwoColumnsPieLabelsGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  endPoint : StiPoint
[read-only]
StiTwoColumnsPieLabelsGeom
 Inheritedindex : int
[read-only]
StiSeriesLabelsGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesLabelsGeom
  labelBrush : StiBrush
[read-only]
StiTwoColumnsPieLabelsGeom
  labelRect : StiRectangle
[read-only]
StiTwoColumnsPieLabelsGeom
  lineColor : StiColor
[read-only]
StiTwoColumnsPieLabelsGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesLabelsGeom
  seriesBorderColor : StiColor
[read-only]
StiTwoColumnsPieLabelsGeom
  seriesBrush : StiBrush
[read-only]
StiTwoColumnsPieLabelsGeom
 InheritedseriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
  seriesLabelsBrush : StiBrush
[read-only]
StiTwoColumnsPieLabelsGeom
  startPoint : StiPoint
[read-only]
StiTwoColumnsPieLabelsGeom
  text : String
[read-only]
StiTwoColumnsPieLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiTwoColumnsPieLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, seriesBrush:StiBrush, labelBrush:StiBrush, seriesLabelsBrush:StiBrush, borderColor:StiColor, seriesBorderColor:StiColor, labelRect:StiRectangle, lineColor:StiColor, startPoint:StiPoint, endPoint:StiPoint, arcPoint:StiPoint)
StiTwoColumnsPieLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiTwoColumnsPieLabelsGeom
 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
arcPointproperty
arcPoint:StiPoint  [read-only]


Implementation
    public function get arcPoint():StiPoint
borderColorproperty 
borderColor:StiColor  [read-only]


Implementation
    public function get borderColor():StiColor
endPointproperty 
endPoint:StiPoint  [read-only]


Implementation
    public function get endPoint():StiPoint
labelBrushproperty 
labelBrush:StiBrush  [read-only]


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


Implementation
    public function get labelRect():StiRectangle
lineColorproperty 
lineColor:StiColor  [read-only]


Implementation
    public function get lineColor():StiColor
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
startPointproperty 
startPoint:StiPoint  [read-only]


Implementation
    public function get startPoint():StiPoint
textproperty 
text:String  [read-only]


Implementation
    public function get text():String
Constructor Detail
StiTwoColumnsPieLabelsGeom()Constructor
public function StiTwoColumnsPieLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, seriesBrush:StiBrush, labelBrush:StiBrush, seriesLabelsBrush:StiBrush, borderColor:StiColor, seriesBorderColor:StiColor, labelRect:StiRectangle, lineColor:StiColor, startPoint:StiPoint, endPoint:StiPoint, arcPoint:StiPoint)



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

Parameters

context:StiContext