Package | stimulsoft.report.chart.geoms.constantLines |
Class | public class StiConstantLinesVerticalGeom |
Inheritance | StiConstantLinesVerticalGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
line : IStiConstantLines [read-only] | StiConstantLinesVerticalGeom | ||
mode : int [read-only] | StiConstantLinesVerticalGeom | ||
point : StiPoint [read-only] | StiConstantLinesVerticalGeom | ||
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiConstantLinesVerticalGeom(line:IStiConstantLines, clientRectangle:StiRectangle, point:StiPoint, mode:int) | StiConstantLinesVerticalGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiConstantLinesVerticalGeom | ||
![]() | 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 |
line | property |
mode | property |
mode:int
[read-only] public function get mode():int
point | property |
StiConstantLinesVerticalGeom | () | Constructor |
public function StiConstantLinesVerticalGeom(line:IStiConstantLines, clientRectangle:StiRectangle, point:StiPoint, mode:int)
line:IStiConstantLines | |
clientRectangle:StiRectangle | |
point:StiPoint | |
mode:int |
draw | () | method |