Packagestimulsoft.report.chart.geoms.seriesLabels.axis
Classpublic class StiOutsideAxisLabelsGeom
InheritanceStiOutsideAxisLabelsGeom 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
  endPoint : StiPoint
[read-only]
StiOutsideAxisLabelsGeom
  font : StiFontGeom
[read-only]
StiOutsideAxisLabelsGeom
 Inheritedindex : int
[read-only]
StiSeriesLabelsGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiSeriesLabelsGeom
  labelBorderColor : StiColor
[read-only]
StiOutsideAxisLabelsGeom
  labelColor : StiColor
[read-only]
StiOutsideAxisLabelsGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesLabelsGeom
  seriesBorderColor : StiColor
[read-only]
StiOutsideAxisLabelsGeom
  seriesBrush : StiBrush
[read-only]
StiOutsideAxisLabelsGeom
 InheritedseriesLabels : IStiSeriesLabels
[read-only]
StiSeriesLabelsGeom
  startPoint : StiPoint
[read-only]
StiOutsideAxisLabelsGeom
  text : String
[read-only]
StiOutsideAxisLabelsGeom
 Inheritedtype : int
[read-only]
StiGeom
 Inheritedvalue : Number
[read-only]
StiSeriesLabelsGeom
Public Methods
 MethodDefined By
  
StiOutsideAxisLabelsGeom(seriesLabels:IStiSeriesLabels, series:IStiSeries, index:int, value:Number, clientRectangle:StiRectangle, text:String, labelColor:StiColor, labelBorderColor:StiColor, seriesBrush:StiBrush, seriesBorderColor:StiColor, font:StiFontGeom, startPoint:StiPoint, endPoint:StiPoint)
StiOutsideAxisLabelsGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiOutsideAxisLabelsGeom
 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
endPointproperty
endPoint:StiPoint  [read-only]


Implementation
    public function get endPoint():StiPoint
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
startPointproperty 
startPoint:StiPoint  [read-only]


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


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



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

Parameters

context:StiContext