Packagestimulsoft.report.chart.geoms.legend
Classpublic class StiLegendGeom
InheritanceStiLegendGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  legend : IStiLegend
[read-only]
StiLegendGeom
  legendTitleGeom : StiLegendTitleGeom
StiLegendGeom
  seriesItems : StiArrayList
[read-only]
StiLegendGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiLegendGeom(legend:IStiLegend, clientRectangle:StiRectangle, seriesItems:StiArrayList)
StiLegendGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiLegendGeom
 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
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
legendproperty
legend:IStiLegend  [read-only]


Implementation
    public function get legend():IStiLegend
legendTitleGeomproperty 
legendTitleGeom:StiLegendTitleGeom


Implementation
    public function get legendTitleGeom():StiLegendTitleGeom
    public function set legendTitleGeom(value:StiLegendTitleGeom):void
seriesItemsproperty 
seriesItems:StiArrayList  [read-only]


Implementation
    public function get seriesItems():StiArrayList
Constructor Detail
StiLegendGeom()Constructor
public function StiLegendGeom(legend:IStiLegend, clientRectangle:StiRectangle, seriesItems:StiArrayList)



Parameters
legend:IStiLegend
 
clientRectangle:StiRectangle
 
seriesItems:StiArrayList
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext