Package | stimulsoft.report.chart.geoms.series.range |
Class | public class StiRangeSeriesGeom |
Inheritance | StiRangeSeriesGeom ![]() ![]() ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | allowMouseOver : Boolean [read-only] | StiBaseLineSeriesGeom | |
![]() | areaGeom : StiAreaGeom | StiSeriesGeom | |
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | interactions : Vector.<StiSeriesInteractionData> | StiSeriesGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | isMouseOver : Boolean | StiBaseLineSeriesGeom | |
![]() | points : Vector.<StiPoint> [read-only] | StiBaseLineSeriesGeom | |
pointsEnd : Vector.<StiPoint> | StiRangeSeriesGeom | ||
![]() | series : IStiSeries [read-only] | StiSeriesGeom | |
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiRangeSeriesGeom(areaGeom:StiAreaGeom, points:Vector.<StiPoint>, pointsEnd:Vector.<StiPoint>, series:IStiSeries) | StiRangeSeriesGeom | ||
![]() | contains(x:Number, y:Number):Boolean [override] | StiLineSeriesGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiRangeSeriesGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | [static] | StiBaseLineSeriesGeom | |
![]() | 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] | StiBaseLineSeriesGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void [override] | StiBaseLineSeriesGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
pointsEnd | property |
pointsEnd:Vector.<StiPoint>
public function get pointsEnd():Vector.<StiPoint>
public function set pointsEnd(value:Vector.<StiPoint>):void
StiRangeSeriesGeom | () | Constructor |
public function StiRangeSeriesGeom(areaGeom:StiAreaGeom, points:Vector.<StiPoint>, pointsEnd:Vector.<StiPoint>, series:IStiSeries)
areaGeom:StiAreaGeom | |
points:Vector.<StiPoint> | |
pointsEnd:Vector.<StiPoint> | |
series:IStiSeries |
draw | () | method |