Package | stimulsoft.report.chart.geoms.axis |
Class | public class StiAxisTitleGeom |
Inheritance | StiAxisTitleGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
angle : Number [read-only] | StiAxisTitleGeom | ||
axis : IStiAxis [read-only] | StiAxisTitleGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiAxisTitleGeom | |||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiAxisTitleGeom | ||
![]() | 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 |
angle | property |
angle:Number
[read-only] public function get angle():Number
axis | property |
StiAxisTitleGeom | () | Constructor |
public function StiAxisTitleGeom(axis:IStiAxis, clientRectangle:StiRectangle, angle:Number, stringAlignment:int)
axis:IStiAxis | |
clientRectangle:StiRectangle | |
angle:Number | |
stringAlignment:int |
draw | () | method |