| Package | stimulsoft.report.chart.geoms.axis |
| Class | public class StiXAxisGeom |
| Inheritance | StiXAxisGeom StiCellGeom StiGeom Object |
| Subclasses | StiXAxisViewGeom |
| Property | Defined By | ||
|---|---|---|---|
| axis : IStiXAxis [read-only] | StiXAxisGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
| isCenterAxis : Boolean [read-only] | StiXAxisGeom | ||
![]() | type : int [read-only] | StiGeom | |
| view : StiXAxisViewGeom | StiXAxisGeom | ||
| Method | Defined By | ||
|---|---|---|---|
| StiXAxisGeom | |||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiXAxisGeom | ||
![]() | 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 | |
| Method | Defined By | ||
|---|---|---|---|
allowChildDrawing(cellGeom:StiCellGeom):Boolean [override] | StiXAxisGeom | ||
| StiXAxisGeom | |||
| axis | property |
| isCenterAxis | property |
isCenterAxis:Boolean [read-only] public function get isCenterAxis():Boolean| view | property |
view:StiXAxisViewGeom public function get view():StiXAxisViewGeom public function set view(value:StiXAxisViewGeom):void| StiXAxisGeom | () | Constructor |
public function StiXAxisGeom(axis:IStiXAxis, clientRectangle:StiRectangle, isCenterAxis:Boolean)axis:IStiXAxis | |
clientRectangle:StiRectangle | |
isCenterAxis:Boolean |
| allowChildDrawing | () | method |
override protected function allowChildDrawing(cellGeom:StiCellGeom):BooleanParameters
cellGeom:StiCellGeom |
Boolean |
| draw | () | method |
| drawArrow | () | method |
protected function drawArrow(context:StiContext, rect:StiRectangle):voidParameters
context:StiContext | |
rect:StiRectangle |