Packagestimulsoft.report.chart.geoms.series.financial
Classpublic class StiCandlestickSeriesElementGeom
InheritanceStiCandlestickSeriesElementGeom Inheritance StiFinancialSeriesElementGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedallowMouseOver : Boolean
[read-only]
StiFinancialSeriesElementGeom
 InheritedareaGeom : StiAreaGeom
[read-only]
StiFinancialSeriesElementGeom
  brush : StiBrush
[read-only]
StiCandlestickSeriesElementGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedclose : Number
[read-only]
StiFinancialSeriesElementGeom
 Inheritedhigh : Number
[read-only]
StiFinancialSeriesElementGeom
 Inheritedindex : int
[read-only]
StiFinancialSeriesElementGeom
 Inheritedinteraction : StiSeriesInteractionData
StiFinancialSeriesElementGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 InheritedisMouseOver : Boolean
StiFinancialSeriesElementGeom
 Inheritedlow : Number
[read-only]
StiFinancialSeriesElementGeom
 Inheritedopen : Number
[read-only]
StiFinancialSeriesElementGeom
 InheritedpositionX : Number
[read-only]
StiFinancialSeriesElementGeom
 Inheritedseries : IStiSeries
[read-only]
StiFinancialSeriesElementGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiCandlestickSeriesElementGeom(areaGeom:StiAreaGeom, series:IStiSeries, clientRectangle:StiRectangle, bodyStart:Number, bodyEnd:Number, high:Number, low:Number, positionX:Number, index:int, brush:StiBrush)
StiCandlestickSeriesElementGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiCandlestickSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
[override]
StiFinancialSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
[override]
StiFinancialSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
brushproperty
brush:StiBrush  [read-only]


Implementation
    public function get brush():StiBrush
Constructor Detail
StiCandlestickSeriesElementGeom()Constructor
public function StiCandlestickSeriesElementGeom(areaGeom:StiAreaGeom, series:IStiSeries, clientRectangle:StiRectangle, bodyStart:Number, bodyEnd:Number, high:Number, low:Number, positionX:Number, index:int, brush:StiBrush)



Parameters
areaGeom:StiAreaGeom
 
series:IStiSeries
 
clientRectangle:StiRectangle
 
bodyStart:Number
 
bodyEnd:Number
 
high:Number
 
low:Number
 
positionX:Number
 
index:int
 
brush:StiBrush
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext