Packagestimulsoft.report.chart.geoms.seriesLabels
Classpublic class StiSeriesLabelsGeom
InheritanceStiSeriesLabelsGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object
Subclasses StiCenterAxisLabelsGeom, StiCenterFunnelLabelsGeom, StiCenterPieLabelsGeom, StiOutsideAxisLabelsGeom, StiTwoColumnsPieLabelsGeom



Public Properties
 PropertyDefined By
  allowMouseOver : Boolean
[read-only]
StiSeriesLabelsGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  index : int
[read-only]
StiSeriesLabelsGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  isMouseOver : Boolean
StiSeriesLabelsGeom
  series : IStiSeries
[read-only]
StiSeriesLabelsGeom
  seriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
  value : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiSeriesLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle)
StiSeriesLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiSeriesLabelsGeom
 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
  
[override]
StiSeriesLabelsGeom
  
[override]
StiSeriesLabelsGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
  
drawMarker(context:StiContext, itemRect:StiRectangle, markerColor:Object, markerBrush:StiBrush):void
StiSeriesLabelsGeom
Property Detail
allowMouseOverproperty
allowMouseOver:Boolean  [read-only]


Implementation
    public function get allowMouseOver():Boolean
indexproperty 
index:int  [read-only]


Implementation
    public function get index():int
isMouseOverproperty 
isMouseOver:Boolean


Implementation
    public function get isMouseOver():Boolean
    public function set isMouseOver(value:Boolean):void
seriesproperty 
series:IStiSeries  [read-only]


Implementation
    public function get series():IStiSeries
seriesLabelsproperty 
seriesLabels:IStiSeriesLabels  [read-only]


Implementation
    public function get seriesLabels():IStiSeriesLabels
valueproperty 
value:Number  [read-only]


Implementation
    public function get value():Number
Constructor Detail
StiSeriesLabelsGeom()Constructor
public function StiSeriesLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle)



Parameters
seriesLabels:IStiSeriesLabels
 
series:IStiSeries
 
index:int
 
value:Number
 
clientRectangle:StiRectangle
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext

drawMarker()method 
protected function drawMarker(context:StiContext, itemRect:StiRectangle, markerColor:Object, markerBrush:StiBrush):void

Parameters

context:StiContext
 
itemRect:StiRectangle
 
markerColor:Object
 
markerBrush:StiBrush

invokeMouseEnter()method 
override public function invokeMouseEnter(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeMouseLeave()method 
override public function invokeMouseLeave(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions