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