| Package | stimulsoft.report.chart.core.axis |
| Class | public class StiYAxisCoreXF |
| Inheritance | StiYAxisCoreXF StiAxisCoreXF StiObject Object |
| Subclasses | StiYLeftAxisCoreXF, StiYRightAxisCoreXF |
| 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] | StiYAxisCoreXF | ||
![]() | info : StiAxisInfoXF | StiAxisCoreXF | |
| isLeftSide : Boolean [read-only] | StiYAxisCoreXF | ||
![]() | isMouseOverDecreaseButton : Boolean | StiAxisCoreXF | |
![]() | isMouseOverIncreaseButton : Boolean | StiAxisCoreXF | |
![]() | isMouseOverTrackBar : Boolean | StiAxisCoreXF | |
| isRightSide : Boolean [read-only] | StiYAxisCoreXF | ||
![]() | ticksMaxLength : Number [read-only] | StiAxisCoreXF | |
| Method | Defined By | ||
|---|---|---|---|
StiYAxisCoreXF(axis:IStiAxis) | StiYAxisCoreXF | ||
![]() | 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, includeLabelsHeight:Boolean, isDrawing:Boolean, includeScrollBar:Boolean):StiRectangle | StiYAxisCoreXF | ||
![]() | StiAxisCoreXF | ||
getCenterAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsHeight:Boolean, isDrawing:Boolean):StiRectangle | StiYAxisCoreXF | ||
![]() | StiAxisCoreXF | ||
![]() | getLabelsSpaceAxis(context:StiContext):Number | StiAxisCoreXF | |
![]() | getLabelsTwoLinesDestination(context:StiContext):Number | StiAxisCoreXF | |
| StiYAxisCoreXF | |||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getStartFromZero():Boolean | StiAxisCoreXF | |
![]() | 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] | StiYAxisCoreXF | ||
| StiYAxisCoreXF | |||
| StiYAxisCoreXF | |||
| StiYAxisCoreXF | |||
[override] | StiYAxisCoreXF | ||
| dock | property |
dock:int [read-only] public function get dock():int| isLeftSide | property |
isLeftSide:Boolean [read-only] public function get isLeftSide():Boolean| isRightSide | property |
isRightSide:Boolean [read-only] public function get isRightSide():Boolean| StiYAxisCoreXF | () | Constructor |
| getAxisRect | () | method |
public function getAxisRect(context:StiContext, rect:StiRectangle, includeAxisArrow:Boolean, includeLabelsHeight:Boolean, isDrawing:Boolean, includeScrollBar:Boolean):StiRectangleParameters
context:StiContext | |
rect:StiRectangle | |
includeAxisArrow:Boolean | |
includeLabelsHeight: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 |
| 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:StiYAxisViewGeom):voidParameters
context:StiContext | |
axisRect:StiRectangle | |
axisGeom:StiYAxisViewGeom |
| renderView | () | method |
override public function renderView(context:StiContext, rect:StiRectangle):StiCellGeomParameters
context:StiContext | |
rect:StiRectangle |
StiCellGeom |