Packagestimulsoft.report.chart.geoms.series.financial
Classpublic class StiFinancialSeriesElementGeom
InheritanceStiFinancialSeriesElementGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object
Subclasses StiCandlestickSeriesElementGeom, StiStockSeriesElementGeom



Public Properties
 PropertyDefined By
  allowMouseOver : Boolean
[read-only]
StiFinancialSeriesElementGeom
  areaGeom : StiAreaGeom
[read-only]
StiFinancialSeriesElementGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  close : Number
[read-only]
StiFinancialSeriesElementGeom
  high : Number
[read-only]
StiFinancialSeriesElementGeom
  index : int
[read-only]
StiFinancialSeriesElementGeom
  interaction : StiSeriesInteractionData
StiFinancialSeriesElementGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  isMouseOver : Boolean
StiFinancialSeriesElementGeom
  low : Number
[read-only]
StiFinancialSeriesElementGeom
  open : Number
[read-only]
StiFinancialSeriesElementGeom
  positionX : Number
[read-only]
StiFinancialSeriesElementGeom
  series : IStiSeries
[read-only]
StiFinancialSeriesElementGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiFinancialSeriesElementGeom(areaGeom:StiAreaGeom, series:IStiSeries, clientRectangle:StiRectangle, open:Number, close:Number, high:Number, low:Number, positionX:Number, index:Number)
StiFinancialSeriesElementGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiFinancialSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiFinancialSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiFinancialSeriesElementGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
allowMouseOverproperty
allowMouseOver:Boolean  [read-only]


Implementation
    public function get allowMouseOver():Boolean
areaGeomproperty 
areaGeom:StiAreaGeom  [read-only]


Implementation
    public function get areaGeom():StiAreaGeom
closeproperty 
close:Number  [read-only]


Implementation
    public function get close():Number
highproperty 
high:Number  [read-only]


Implementation
    public function get high():Number
indexproperty 
index:int  [read-only]


Implementation
    public function get index():int
interactionproperty 
interaction:StiSeriesInteractionData


Implementation
    public function get interaction():StiSeriesInteractionData
    public function set interaction(value:StiSeriesInteractionData):void
isMouseOverproperty 
isMouseOver:Boolean


Implementation
    public function get isMouseOver():Boolean
    public function set isMouseOver(value:Boolean):void
lowproperty 
low:Number  [read-only]


Implementation
    public function get low():Number
openproperty 
open:Number  [read-only]


Implementation
    public function get open():Number
positionXproperty 
positionX:Number  [read-only]


Implementation
    public function get positionX():Number
seriesproperty 
series:IStiSeries  [read-only]


Implementation
    public function get series():IStiSeries
Constructor Detail
StiFinancialSeriesElementGeom()Constructor
public function StiFinancialSeriesElementGeom(areaGeom:StiAreaGeom, series:IStiSeries, clientRectangle:StiRectangle, open:Number, close:Number, high:Number, low:Number, positionX:Number, index:Number)



Parameters
areaGeom:StiAreaGeom
 
series:IStiSeries
 
clientRectangle:StiRectangle
 
open:Number
 
close:Number
 
high:Number
 
low:Number
 
positionX:Number
 
index:Number
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext

invokeClick()method 
override public function invokeClick(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeMouseEnter()method 
override public function invokeMouseEnter(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions