Packagestimulsoft.report.chart.core.series.bubble
Classpublic class StiBubbleSeriesCoreXF
InheritanceStiBubbleSeriesCoreXF Inheritance StiScatterSeriesCoreXF Inheritance StiBaseLineSeriesCoreXF Inheritance StiSeriesCoreXF Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedinteraction : IStiSeriesInteraction
StiSeriesCoreXF
 InheritedisDateTimeArguments : Boolean
StiSeriesCoreXF
 InheritedisDateTimeValues : Boolean
StiSeriesCoreXF
 InheritedisMouseOver : Boolean
StiSeriesCoreXF
  localizedName : String
[override] [read-only] Gets a service name.
StiBubbleSeriesCoreXF
 Inheritedseries : IStiSeries
StiSeriesCoreXF
Public Methods
 MethodDefined By
  
StiBubbleSeriesCoreXF
  
[override]
StiBubbleSeriesCoreXF
 Inherited
clone(... parameters):Object
[override]
StiSeriesCoreXF
 Inherited
equals(object:Object):Boolean
[override]
StiSeriesCoreXF
 Inherited
getIsMouseOverSeriesElement(seriesIndex:int):Boolean
StiSeriesCoreXF
 Inherited
getSeriesBorderColor(colorIndex:int, colorCount:int):StiColor
[override]
StiBaseLineSeriesCoreXF
 Inherited
getSeriesBrush(colorIndex:int, colorCount:int):StiBrush
[override]
StiBaseLineSeriesCoreXF
 Inherited
StiSeriesCoreXF
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getTag(tagIndex:int):String
StiSeriesCoreXF
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiSeriesCoreXF
  
renderSeries(context:StiContext, rect:StiRectangle, geom:StiAreaGeom, seriesArray:Vector.<IStiSeries>):void
[override]
StiBubbleSeriesCoreXF
 Inherited
setIsMouseOverSeriesElement(seriesIndex:int, value:Boolean):void
StiSeriesCoreXF
Protected Methods
 MethodDefined By
 Inherited
StiSeriesCoreXF
 Inherited
StiSeriesCoreXF
 Inherited
clipLinePoints(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>, outStartIndex:Object, outEndIndex:Object):Vector.<StiPoint>
StiBaseLineSeriesCoreXF
 Inherited
correctPoint(point:StiPoint, rect:StiRectangle, correctY:Number):StiPoint
StiBaseLineSeriesCoreXF
 Inherited
StiBaseLineSeriesCoreXF
 Inherited
renderAreas(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):void
StiBaseLineSeriesCoreXF
  
renderBubbles(context:StiContext, geom:StiAreaGeom, series:IStiBubbleSeries, points:Vector.<StiPoint>, weights:Vector.<Number>):void
StiBubbleSeriesCoreXF
  
renderLines(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):void
[override]
StiBubbleSeriesCoreXF
 Inherited
renderMarkers(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):void
StiBaseLineSeriesCoreXF
Property Detail
localizedNameproperty
localizedName:String  [read-only] [override]

Gets a service name.


Implementation
    public function get localizedName():String
Constructor Detail
StiBubbleSeriesCoreXF()Constructor
public function StiBubbleSeriesCoreXF(series:IStiSeries)



Parameters
series:IStiSeries
Method Detail
applyStyle()method
override public function applyStyle(style:IStiChartStyle, color:StiColor):void

Parameters

style:IStiChartStyle
 
color:StiColor

renderBubbles()method 
protected function renderBubbles(context:StiContext, geom:StiAreaGeom, series:IStiBubbleSeries, points:Vector.<StiPoint>, weights:Vector.<Number>):void

Parameters

context:StiContext
 
geom:StiAreaGeom
 
series:IStiBubbleSeries
 
points:Vector.<StiPoint>
 
weights:Vector.<Number>

renderLines()method 
override protected function renderLines(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):void

Parameters

context:StiContext
 
geom:StiAreaGeom
 
points:Vector.<StiPoint>

renderSeries()method 
override public function renderSeries(context:StiContext, rect:StiRectangle, geom:StiAreaGeom, seriesArray:Vector.<IStiSeries>):void

Parameters

context:StiContext
 
rect:StiRectangle
 
geom:StiAreaGeom
 
seriesArray:Vector.<IStiSeries>