Packagestimulsoft.report.chart.geoms.seriesLabels.axis
Classpublic class StiCenterAxisLabelsGeom
InheritanceStiCenterAxisLabelsGeom Inheritance StiSeriesLabelsGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiSeriesLabelsGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  font : StiFontGeom
[read-only]
StiCenterAxisLabelsGeom
 Inheritedindex : int
[read-only]
StiSeriesLabelsGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesLabelsGeom
  labelBorderColor : StiColor
[read-only]
StiCenterAxisLabelsGeom
  labelColor : StiColor
[read-only]
StiCenterAxisLabelsGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesLabelsGeom
  seriesBorderColor : StiColor
[read-only]
StiCenterAxisLabelsGeom
  seriesBrush : StiBrush
[read-only]
StiCenterAxisLabelsGeom
 InheritedseriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
  seriesLabelsBrush : StiBrush
[read-only]
StiCenterAxisLabelsGeom
  text : String
[read-only]
StiCenterAxisLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiCenterAxisLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, labelColor:StiColor, labelBorderColor:StiColor, seriesBrush:StiBrush, seriesLabelsBrush:StiBrush, seriesBorderColor:StiColor, font:StiFontGeom)
StiCenterAxisLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiCenterAxisLabelsGeom
 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
[override]
StiSeriesLabelsGeom
 Inherited
[override]
StiSeriesLabelsGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
 Inherited
drawMarker(context:StiContext, itemRect:StiRectangle, markerColor:Object, markerBrush:StiBrush):void
StiSeriesLabelsGeom
Property Detail
fontproperty
font:StiFontGeom  [read-only]


Implementation
    public function get font():StiFontGeom
labelBorderColorproperty 
labelBorderColor:StiColor  [read-only]


Implementation
    public function get labelBorderColor():StiColor
labelColorproperty 
labelColor:StiColor  [read-only]


Implementation
    public function get labelColor():StiColor
seriesBorderColorproperty 
seriesBorderColor:StiColor  [read-only]


Implementation
    public function get seriesBorderColor():StiColor
seriesBrushproperty 
seriesBrush:StiBrush  [read-only]


Implementation
    public function get seriesBrush():StiBrush
seriesLabelsBrushproperty 
seriesLabelsBrush:StiBrush  [read-only]


Implementation
    public function get seriesLabelsBrush():StiBrush
textproperty 
text:String  [read-only]


Implementation
    public function get text():String
Constructor Detail
StiCenterAxisLabelsGeom()Constructor
public function StiCenterAxisLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, labelColor:StiColor, labelBorderColor:StiColor, seriesBrush:StiBrush, seriesLabelsBrush:StiBrush, seriesBorderColor:StiColor, font:StiFontGeom)



Parameters
seriesLabels:IStiSeriesLabels
 
series:IStiSeries
 
index:int
 
value:Number
 
clientRectangle:StiRectangle
 
text:String
 
labelColor:StiColor
 
labelBorderColor:StiColor
 
seriesBrush:StiBrush
 
seriesLabelsBrush:StiBrush
 
seriesBorderColor:StiColor
 
font:StiFontGeom
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext