| Package | stimulsoft.report.chart.geoms.series |
| Class | public class StiSeriesGeom |
| Inheritance | StiSeriesGeom StiCellGeom StiGeom Object |
| Subclasses | StiBaseLineSeriesGeom, StiStackedAreaSeriesGeom, StiStackedBaseLineSeriesGeom, StiStackedSplineAreaSeriesGeom |
| Property | Defined By | ||
|---|---|---|---|
| areaGeom : StiAreaGeom | StiSeriesGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
| interactions : Vector.<StiSeriesInteractionData> | StiSeriesGeom | ||
![]() | invisible : Boolean [read-only] | StiCellGeom | |
| series : IStiSeries [read-only] | StiSeriesGeom | ||
![]() | type : int [read-only] | StiGeom | |
| Method | Defined By | ||
|---|---|---|---|
| StiSeriesGeom | |||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiSeriesGeom | ||
![]() | 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 | |
| areaGeom | property |
areaGeom:StiAreaGeom public function get areaGeom():StiAreaGeom public function set areaGeom(value:StiAreaGeom):void| interactions | property |
interactions:Vector.<StiSeriesInteractionData> public function get interactions():Vector.<StiSeriesInteractionData> public function set interactions(value:Vector.<StiSeriesInteractionData>):void| series | property |
| StiSeriesGeom | () | Constructor |
public function StiSeriesGeom(areaGeom:StiAreaGeom, series:IStiSeries, clientRectangle:StiRectangle)areaGeom:StiAreaGeom | |
series:IStiSeries | |
clientRectangle:StiRectangle |
| draw | () | method |