Package | stimulsoft.report.chart.geoms.seriesLabels |
Class | public class StiSeriesLabelsGeom |
Inheritance | StiSeriesLabelsGeom ![]() ![]() ![]() |
Subclasses | StiCenterAxisLabelsGeom, StiCenterFunnelLabelsGeom, StiCenterPieLabelsGeom, StiOutsideAxisLabelsGeom, StiTwoColumnsPieLabelsGeom |
Property | Defined By | ||
---|---|---|---|
allowMouseOver : Boolean [read-only] | StiSeriesLabelsGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
index : int [read-only] | StiSeriesLabelsGeom | ||
![]() | invisible : Boolean [read-only] | StiCellGeom | |
isMouseOver : Boolean | StiSeriesLabelsGeom | ||
series : IStiSeries [read-only] | StiSeriesLabelsGeom | ||
seriesLabels : IStiSeriesLabels [read-only] | StiSeriesLabelsGeom | ||
![]() | type : int [read-only] | StiGeom | |
value : Number [read-only] | StiSeriesLabelsGeom |
Method | Defined By | ||
---|---|---|---|
StiSeriesLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle) | StiSeriesLabelsGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiSeriesLabelsGeom | ||
![]() | 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 [override] | StiSeriesLabelsGeom | ||
invokeMouseLeave(options:StiInteractionOptions):void [override] | StiSeriesLabelsGeom | ||
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
Method | Defined By | ||
---|---|---|---|
![]() | allowChildDrawing(cellGeom:StiCellGeom):Boolean | StiCellGeom | |
drawMarker(context:StiContext, itemRect:StiRectangle, markerColor:Object, markerBrush:StiBrush):void | StiSeriesLabelsGeom |
allowMouseOver | property |
allowMouseOver:Boolean
[read-only] public function get allowMouseOver():Boolean
index | property |
index:int
[read-only] public function get index():int
isMouseOver | property |
isMouseOver:Boolean
public function get isMouseOver():Boolean
public function set isMouseOver(value:Boolean):void
series | property |
seriesLabels | property |
seriesLabels:IStiSeriesLabels
[read-only] public function get seriesLabels():IStiSeriesLabels
value | property |
value:Number
[read-only] public function get value():Number
StiSeriesLabelsGeom | () | Constructor |
public function StiSeriesLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle)
seriesLabels:IStiSeriesLabels | |
series:IStiSeries | |
index:int | |
value:Number | |
clientRectangle:StiRectangle |
draw | () | method |
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 |