Package | stimulsoft.report.chart.geoms.axis.scrollBars |
Class | public class StiVertTrackBarGeom |
Inheritance | StiVertTrackBarGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
axis : IStiYAxis [read-only] | StiVertTrackBarGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
scrollBar : StiVertScrollBarGeom [read-only] | StiVertTrackBarGeom | ||
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiVertTrackBarGeom | |||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiVertTrackBarGeom | ||
![]() | 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 [override] | StiVertTrackBarGeom | ||
invokeMouseDown(options:StiInteractionOptions):void [override] | StiVertTrackBarGeom | ||
invokeMouseEnter(options:StiInteractionOptions):void [override] | StiVertTrackBarGeom | ||
invokeMouseLeave(options:StiInteractionOptions):void [override] | StiVertTrackBarGeom | ||
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
axis | property |
scrollBar | property |
scrollBar:StiVertScrollBarGeom
[read-only] public function get scrollBar():StiVertScrollBarGeom
StiVertTrackBarGeom | () | Constructor |
public function StiVertTrackBarGeom(axis:IStiYAxis, clientRectangle:StiRectangle, scrollBar:StiVertScrollBarGeom)
axis:IStiYAxis | |
clientRectangle:StiRectangle | |
scrollBar:StiVertScrollBarGeom |
draw | () | method |
invokeDrag | () | method |
override public function invokeDrag(options:StiInteractionOptions):void
Parameters
options:StiInteractionOptions |
invokeMouseDown | () | method |
override public function invokeMouseDown(options:StiInteractionOptions):void
Parameters
options:StiInteractionOptions |
invokeMouseEnter | () | method |
override public function invokeMouseEnter(options:StiInteractionOptions):void
Parameters
options:StiInteractionOptions |
invokeMouseLeave | () | method |
override public function invokeMouseLeave(options:StiInteractionOptions):void
Parameters
options:StiInteractionOptions |