Package | stimulsoft.report.chart.geoms.series.clusteredColumn |
Class | public class StiClusteredColumnSeriesElementGeom |
Inheritance | StiClusteredColumnSeriesElementGeom ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | allowMouseOver : Boolean [read-only] | StiSeriesElementGeom | |
![]() | areaGeom : StiAreaGeom | StiSeriesElementGeom | |
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | index : int [read-only] | StiSeriesElementGeom | |
![]() | interaction : StiSeriesInteractionData | StiSeriesElementGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | isMouseOver : Boolean | StiSeriesElementGeom | |
![]() | series : IStiSeries [read-only] | StiSeriesElementGeom | |
seriesBorderColor : StiColor [read-only] | StiClusteredColumnSeriesElementGeom | ||
seriesBrush : StiBrush [read-only] | StiClusteredColumnSeriesElementGeom | ||
![]() | type : int [read-only] | StiGeom | |
![]() | value : Number [read-only] | StiSeriesElementGeom |
Method | Defined By | ||
---|---|---|---|
StiClusteredColumnSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, seriesBrush:StiBrush, seriesBorderColor:StiColor, series:IStiSeries, clientRectangle:StiRectangle) | StiClusteredColumnSeriesElementGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiClusteredColumnSeriesElementGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
![]() | invokeClick(options:StiInteractionOptions):void [override] | StiSeriesElementGeom | |
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseEnter(options:StiInteractionOptions):void [override] | StiSeriesElementGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void [override] | StiSeriesElementGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
seriesBorderColor | property |
seriesBorderColor:StiColor
[read-only] public function get seriesBorderColor():StiColor
seriesBrush | property |
StiClusteredColumnSeriesElementGeom | () | Constructor |
public function StiClusteredColumnSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, seriesBrush:StiBrush, seriesBorderColor:StiColor, series:IStiSeries, clientRectangle:StiRectangle)
areaGeom:StiAreaGeom | |
value:Number | |
index:int | |
seriesBrush:StiBrush | |
seriesBorderColor:StiColor | |
series:IStiSeries | |
clientRectangle:StiRectangle |
draw | () | method |