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