Packagestimulsoft.report.chart.core.axis
Classpublic class StiYAxisCoreXF
InheritanceStiYAxisCoreXF Inheritance StiAxisCoreXF Inheritance StiObject Inheritance Object
Subclasses StiYLeftAxisCoreXF, StiYRightAxisCoreXF



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]
StiYAxisCoreXF
 Inheritedinfo : StiAxisInfoXF
StiAxisCoreXF
  isLeftSide : Boolean
[read-only]
StiYAxisCoreXF
 InheritedisMouseOverDecreaseButton : Boolean
StiAxisCoreXF
 InheritedisMouseOverIncreaseButton : Boolean
StiAxisCoreXF
 InheritedisMouseOverTrackBar : Boolean
StiAxisCoreXF
  isRightSide : Boolean
[read-only]
StiYAxisCoreXF
 InheritedticksMaxLength : Number
[read-only]
StiAxisCoreXF
Public Methods
 MethodDefined By
  
StiYAxisCoreXF
 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, includeLabelsHeight:Boolean, isDrawing:Boolean, includeScrollBar:Boolean):StiRectangle
StiYAxisCoreXF
 Inherited
StiAxisCoreXF
  
getCenterAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsHeight:Boolean, isDrawing:Boolean):StiRectangle
StiYAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
  
StiYAxisCoreXF
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
StiAxisCoreXF
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiAxisCoreXF
  
[override]
StiYAxisCoreXF
  
StiYAxisCoreXF
  
StiYAxisCoreXF
  
renderScrollBar(context:StiContext, axisRect:StiRectangle, axisGeom:StiYAxisViewGeom):void
StiYAxisCoreXF
  
[override]
StiYAxisCoreXF
Property Detail
dockproperty
dock:int  [read-only]


Implementation
    public function get dock():int
isLeftSideproperty 
isLeftSide:Boolean  [read-only]


Implementation
    public function get isLeftSide():Boolean
isRightSideproperty 
isRightSide:Boolean  [read-only]


Implementation
    public function get isRightSide():Boolean
Constructor Detail
StiYAxisCoreXF()Constructor
public function StiYAxisCoreXF(axis:IStiAxis)



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

Parameters

context:StiContext
 
rect:StiRectangle
 
includeAxisArrow:Boolean
 
includeLabelsHeight: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
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:StiYAxisViewGeom):void

Parameters

context:StiContext
 
axisRect:StiRectangle
 
axisGeom:StiYAxisViewGeom

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

Parameters

context:StiContext
 
rect:StiRectangle

Returns
StiCellGeom