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