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