Packagestimulsoft.report.chart.core.axis
Classpublic class StiXAxisCoreXF
InheritanceStiXAxisCoreXF Inheritance StiAxisCoreXF Inheritance StiObject Inheritance Object
Subclasses StiXBottomAxisCoreXF, StiXTopAxisCoreXF



Public Properties
 PropertyDefined By
 InheritedarrowHeight : Number
[read-only]
StiAxisCoreXF
 InheritedarrowWidth : Number
[read-only]
StiAxisCoreXF
 Inheritedaxis : IStiAxis
StiAxisCoreXF
 InheriteddefaultScrollBarFirstRecallTime : Number = 0.3
[static]
StiAxisCoreXF
 InheriteddefaultScrollBarOtherRecallTime : Number = 0.05
[static]
StiAxisCoreXF
 InheriteddefaultScrollBarSize : Number = 12
[static]
StiAxisCoreXF
 InheriteddefaultScrollBarSmallFactor : Number = 0.01
[static]
StiAxisCoreXF
  dock : int
[read-only]
StiXAxisCoreXF
 Inheritedinfo : StiAxisInfoXF
StiAxisCoreXF
  isBottomSide : Boolean
[read-only]
StiXAxisCoreXF
 InheritedisMouseOverDecreaseButton : Boolean
StiAxisCoreXF
 InheritedisMouseOverIncreaseButton : Boolean
StiAxisCoreXF
 InheritedisMouseOverTrackBar : Boolean
StiAxisCoreXF
  isTopSide : Boolean
[read-only]
StiXAxisCoreXF
 InheritedticksMaxLength : Number
[read-only]
StiAxisCoreXF
Public Methods
 MethodDefined By
  
StiXAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
calculateStripPositions(topPosition:Number, bottomPosition:Number):void
StiAxisCoreXF
 Inherited
clone(... args):Object
[override]
StiAxisCoreXF
 Inherited
equals(object:Object):Boolean
[override]
StiAxisCoreXF
 Inherited
getArrowHeight(context:StiContext):Number
StiAxisCoreXF
  
getAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsWidth:Boolean, isDrawing:Boolean, includeScrollBar:Boolean):StiRectangle
StiXAxisCoreXF
 Inherited
StiAxisCoreXF
  
getCenterAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsHeight:Boolean, isDrawing:Boolean):StiRectangle
StiXAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
  
StiXAxisCoreXF
 Inherited
Get a short object type name (without library path).
StiObject
  
[override]
StiXAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiAxisCoreXF
  
[override]
StiXAxisCoreXF
  
StiXAxisCoreXF
  
StiXAxisCoreXF
  
renderScrollBar(context:StiContext, axisRect:StiRectangle, axisGeom:StiXAxisViewGeom):void
StiXAxisCoreXF
  
[override]
StiXAxisCoreXF
Property Detail
dockproperty
dock:int  [read-only]


Implementation
    public function get dock():int
isBottomSideproperty 
isBottomSide:Boolean  [read-only]


Implementation
    public function get isBottomSide():Boolean
isTopSideproperty 
isTopSide:Boolean  [read-only]


Implementation
    public function get isTopSide():Boolean
Constructor Detail
StiXAxisCoreXF()Constructor
public function StiXAxisCoreXF(axis:IStiAxis)



Parameters
axis:IStiAxis
Method Detail
getAxisRect()method
public function getAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsWidth:Boolean, isDrawing:Boolean, includeScrollBar:Boolean):StiRectangle

Parameters

context:StiContext
 
rect:StiRectangle
 
includeAxisArrow:Boolean
 
includeLabelsWidth:Boolean
 
isDrawing:Boolean
 
includeScrollBar:Boolean

Returns
StiRectangle
getCenterAxisRect()method 
public function getCenterAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsHeight:Boolean, isDrawing:Boolean):StiRectangle

Parameters

context:StiContext
 
rect:StiRectangle
 
includeAxisArrow:Boolean
 
includeLabelsHeight:Boolean
 
isDrawing:Boolean

Returns
StiRectangle
getLabelText()method 
public function getLabelText(line:StiStripLineXF, series:IStiSeries):String

Parameters

line:StiStripLineXF
 
series:IStiSeries

Returns
String
getStartFromZero()method 
override public function getStartFromZero():Boolean

Returns
Boolean
render()method 
override public function render(context:StiContext, rect:StiRectangle):StiCellGeom

Parameters

context:StiContext
 
rect:StiRectangle

Returns
StiCellGeom
renderCenter()method 
public function renderCenter(context:StiContext, rect:StiRectangle):StiCellGeom

Parameters

context:StiContext
 
rect:StiRectangle

Returns
StiCellGeom
renderCenterView()method 
public function renderCenterView(context:StiContext, rect:StiRectangle):StiCellGeom

Parameters

context:StiContext
 
rect:StiRectangle

Returns
StiCellGeom
renderScrollBar()method 
public function renderScrollBar(context:StiContext, axisRect:StiRectangle, axisGeom:StiXAxisViewGeom):void

Parameters

context:StiContext
 
axisRect:StiRectangle
 
axisGeom:StiXAxisViewGeom

renderView()method 
override public function renderView(context:StiContext, rect:StiRectangle):StiCellGeom

Parameters

context:StiContext
 
rect:StiRectangle

Returns
StiCellGeom