Package | stimulsoft.report.chart.geoms.seriesLabels.axis |
Class | public class StiCenterAxisLabelsGeom |
Inheritance | StiCenterAxisLabelsGeom ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | allowMouseOver : Boolean [read-only] | StiSeriesLabelsGeom | |
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
font : StiFontGeom [read-only] | StiCenterAxisLabelsGeom | ||
![]() | index : int [read-only] | StiSeriesLabelsGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | isMouseOver : Boolean | StiSeriesLabelsGeom | |
labelBorderColor : StiColor [read-only] | StiCenterAxisLabelsGeom | ||
labelColor : StiColor [read-only] | StiCenterAxisLabelsGeom | ||
![]() | series : IStiSeries [read-only] | StiSeriesLabelsGeom | |
seriesBorderColor : StiColor [read-only] | StiCenterAxisLabelsGeom | ||
seriesBrush : StiBrush [read-only] | StiCenterAxisLabelsGeom | ||
![]() | seriesLabels : IStiSeriesLabels [read-only] | StiSeriesLabelsGeom | |
seriesLabelsBrush : StiBrush [read-only] | StiCenterAxisLabelsGeom | ||
text : String [read-only] | StiCenterAxisLabelsGeom | ||
![]() | type : int [read-only] | StiGeom | |
![]() | value : Number [read-only] | StiSeriesLabelsGeom |
font | property |
labelBorderColor | property |
labelBorderColor:StiColor
[read-only] public function get labelBorderColor():StiColor
labelColor | property |
seriesBorderColor | property |
seriesBorderColor:StiColor
[read-only] public function get seriesBorderColor():StiColor
seriesBrush | property |
seriesLabelsBrush | property |
seriesLabelsBrush:StiBrush
[read-only] public function get seriesLabelsBrush():StiBrush
text | property |
text:String
[read-only] public function get text():String
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)
seriesLabels:IStiSeriesLabels | |
series:IStiSeries | |
index:int | |
value:Number | |
clientRectangle:StiRectangle | |
text:String | |
labelColor:StiColor | |
labelBorderColor:StiColor | |
seriesBrush:StiBrush | |
seriesLabelsBrush:StiBrush | |
seriesBorderColor:StiColor | |
font:StiFontGeom |
draw | () | method |