| Package | stimulsoft.report.chart.core.axis |
| Class | public class StiXAxisCoreXF |
| Inheritance | StiXAxisCoreXF StiAxisCoreXF StiObject Object |
| Subclasses | StiXBottomAxisCoreXF, StiXTopAxisCoreXF |
| Property | Defined By | ||
|---|---|---|---|
![]() | arrowHeight : Number [read-only] | StiAxisCoreXF | |
![]() | arrowWidth : Number [read-only] | StiAxisCoreXF | |
![]() | axis : IStiAxis | StiAxisCoreXF | |
![]() | defaultScrollBarFirstRecallTime : Number = 0.3 [static] | StiAxisCoreXF | |
![]() | defaultScrollBarOtherRecallTime : Number = 0.05 [static] | StiAxisCoreXF | |
![]() | defaultScrollBarSize : Number = 12 [static] | StiAxisCoreXF | |
![]() | defaultScrollBarSmallFactor : Number = 0.01 [static] | StiAxisCoreXF | |
| dock : int [read-only] | StiXAxisCoreXF | ||
![]() | info : StiAxisInfoXF | StiAxisCoreXF | |
| isBottomSide : Boolean [read-only] | StiXAxisCoreXF | ||
![]() | isMouseOverDecreaseButton : Boolean | StiAxisCoreXF | |
![]() | isMouseOverIncreaseButton : Boolean | StiAxisCoreXF | |
![]() | isMouseOverTrackBar : Boolean | StiAxisCoreXF | |
| isTopSide : Boolean [read-only] | StiXAxisCoreXF | ||
![]() | ticksMaxLength : Number [read-only] | StiAxisCoreXF | |
| Method | Defined By | ||
|---|---|---|---|
StiXAxisCoreXF(axis:IStiAxis) | StiXAxisCoreXF | ||
![]() | applyStyle(style:IStiChartStyle):void | StiAxisCoreXF | |
![]() | calculateStripPositions(topPosition:Number, bottomPosition:Number):void | StiAxisCoreXF | |
![]() | clone(... args):Object [override] | StiAxisCoreXF | |
![]() | equals(object:Object):Boolean [override] | StiAxisCoreXF | |
![]() | getArrowHeight(context:StiContext):Number | StiAxisCoreXF | |
getAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsWidth:Boolean, isDrawing:Boolean, includeScrollBar:Boolean):StiRectangle | StiXAxisCoreXF | ||
![]() | StiAxisCoreXF | ||
getCenterAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsHeight:Boolean, isDrawing:Boolean):StiRectangle | StiXAxisCoreXF | ||
![]() | StiAxisCoreXF | ||
![]() | getLabelsSpaceAxis(context:StiContext):Number | StiAxisCoreXF | |
![]() | getLabelsTwoLinesDestination(context:StiContext):Number | StiAxisCoreXF | |
| StiXAxisCoreXF | |||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
getStartFromZero():Boolean [override] | StiXAxisCoreXF | ||
![]() | StiAxisCoreXF | ||
![]() | getTextAlignment():int | StiAxisCoreXF | |
![]() | getTicksMaxLength(context:StiContext):Number | StiAxisCoreXF | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] | StiAxisCoreXF | |
[override] | StiXAxisCoreXF | ||
| StiXAxisCoreXF | |||
| StiXAxisCoreXF | |||
| StiXAxisCoreXF | |||
[override] | StiXAxisCoreXF | ||
| dock | property |
dock:int [read-only] public function get dock():int| isBottomSide | property |
isBottomSide:Boolean [read-only] public function get isBottomSide():Boolean| isTopSide | property |
isTopSide:Boolean [read-only] public function get isTopSide():Boolean| StiXAxisCoreXF | () | Constructor |
| getAxisRect | () | method |
public function getAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsWidth:Boolean, isDrawing:Boolean, includeScrollBar:Boolean):StiRectangleParameters
context:StiContext | |
rect:StiRectangle | |
includeAxisArrow:Boolean | |
includeLabelsWidth:Boolean | |
isDrawing:Boolean | |
includeScrollBar:Boolean |
StiRectangle |
| getCenterAxisRect | () | method |
public function getCenterAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsHeight:Boolean, isDrawing:Boolean):StiRectangleParameters
context:StiContext | |
rect:StiRectangle | |
includeAxisArrow:Boolean | |
includeLabelsHeight:Boolean | |
isDrawing:Boolean |
StiRectangle |
| getLabelText | () | method |
public function getLabelText(line:StiStripLineXF, series:IStiSeries):StringParameters
line:StiStripLineXF | |
series:IStiSeries |
String |
| getStartFromZero | () | method |
override public function getStartFromZero():BooleanReturnsBoolean |
| render | () | method |
override public function render(context:StiContext, rect:StiRectangle):StiCellGeomParameters
context:StiContext | |
rect:StiRectangle |
StiCellGeom |
| renderCenter | () | method |
public function renderCenter(context:StiContext, rect:StiRectangle):StiCellGeomParameters
context:StiContext | |
rect:StiRectangle |
StiCellGeom |
| renderCenterView | () | method |
public function renderCenterView(context:StiContext, rect:StiRectangle):StiCellGeomParameters
context:StiContext | |
rect:StiRectangle |
StiCellGeom |
| renderScrollBar | () | method |
public function renderScrollBar(context:StiContext, axisRect:StiRectangle, axisGeom:StiXAxisViewGeom):voidParameters
context:StiContext | |
axisRect:StiRectangle | |
axisGeom:StiXAxisViewGeom |
| renderView | () | method |
override public function renderView(context:StiContext, rect:StiRectangle):StiCellGeomParameters
context:StiContext | |
rect:StiRectangle |
StiCellGeom |