Packagestimulsoft.report.chart.geoms.radarAxis
Classpublic class StiXRadarAxisLabelGeom
InheritanceStiXRadarAxisLabelGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  angle : Number
[read-only]
StiXRadarAxisLabelGeom
  axis : IStiXRadarAxis
[read-only]
StiXRadarAxisLabelGeom
  borderColor : StiColor
[read-only]
StiXRadarAxisLabelGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  labelBrush : StiBrush
[read-only]
StiXRadarAxisLabelGeom
  labelRect : StiRectangle
[read-only]
StiXRadarAxisLabelGeom
  point : StiPoint
[read-only]
StiXRadarAxisLabelGeom
  text : String
[read-only]
StiXRadarAxisLabelGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiXRadarAxisLabelGeom(axis:IStiXRadarAxis, text:String, labelBrush:StiBrush, borderColor:StiColor, angle:Number, clientRectangle:StiRectangle, labelRect:StiRectangle, point:StiPoint)
StiXRadarAxisLabelGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiXRadarAxisLabelGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
angleproperty
angle:Number  [read-only]


Implementation
    public function get angle():Number
axisproperty 
axis:IStiXRadarAxis  [read-only]


Implementation
    public function get axis():IStiXRadarAxis
borderColorproperty 
borderColor:StiColor  [read-only]


Implementation
    public function get borderColor():StiColor
labelBrushproperty 
labelBrush:StiBrush  [read-only]


Implementation
    public function get labelBrush():StiBrush
labelRectproperty 
labelRect:StiRectangle  [read-only]


Implementation
    public function get labelRect():StiRectangle
pointproperty 
point:StiPoint  [read-only]


Implementation
    public function get point():StiPoint
textproperty 
text:String  [read-only]


Implementation
    public function get text():String
Constructor Detail
StiXRadarAxisLabelGeom()Constructor
public function StiXRadarAxisLabelGeom(axis:IStiXRadarAxis, text:String, labelBrush:StiBrush, borderColor:StiColor, angle:Number, clientRectangle:StiRectangle, labelRect:StiRectangle, point:StiPoint)



Parameters
axis:IStiXRadarAxis
 
text:String
 
labelBrush:StiBrush
 
borderColor:StiColor
 
angle:Number
 
clientRectangle:StiRectangle
 
labelRect:StiRectangle
 
point:StiPoint
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext