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