Package | stimulsoft.report.chart.geoms.legend |
Class | public class StiLegendGeom |
Inheritance | StiLegendGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
legend : IStiLegend [read-only] | StiLegendGeom | ||
legendTitleGeom : StiLegendTitleGeom | StiLegendGeom | ||
seriesItems : StiArrayList [read-only] | StiLegendGeom | ||
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiLegendGeom | |||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiLegendGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
![]() | invokeClick(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseEnter(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
legend | property |
legendTitleGeom | property |
legendTitleGeom:StiLegendTitleGeom
public function get legendTitleGeom():StiLegendTitleGeom
public function set legendTitleGeom(value:StiLegendTitleGeom):void
seriesItems | property |
StiLegendGeom | () | Constructor |
public function StiLegendGeom(legend:IStiLegend, clientRectangle:StiRectangle, seriesItems:StiArrayList)
legend:IStiLegend | |
clientRectangle:StiRectangle | |
seriesItems:StiArrayList |
draw | () | method |