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