| Package | stimulsoft.report.chart.geoms.series.financial |
| Class | public class StiFinancialSeriesElementGeom |
| Inheritance | StiFinancialSeriesElementGeom StiCellGeom StiGeom Object |
| Subclasses | StiCandlestickSeriesElementGeom, StiStockSeriesElementGeom |
| Property | Defined By | ||
|---|---|---|---|
| allowMouseOver : Boolean [read-only] | StiFinancialSeriesElementGeom | ||
| areaGeom : StiAreaGeom [read-only] | StiFinancialSeriesElementGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
| close : Number [read-only] | StiFinancialSeriesElementGeom | ||
| high : Number [read-only] | StiFinancialSeriesElementGeom | ||
| index : int [read-only] | StiFinancialSeriesElementGeom | ||
| interaction : StiSeriesInteractionData | StiFinancialSeriesElementGeom | ||
![]() | invisible : 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 | ||
![]() | type : int [read-only] | StiGeom | |
| Method | Defined By | ||
|---|---|---|---|
StiFinancialSeriesElementGeom(areaGeom:StiAreaGeom, series:IStiSeries, clientRectangle:StiRectangle, open:Number, close:Number, high:Number, low:Number, positionX:Number, index:Number) | StiFinancialSeriesElementGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiFinancialSeriesElementGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
invokeClick(options:StiInteractionOptions):void [override] | StiFinancialSeriesElementGeom | ||
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
invokeMouseEnter(options:StiInteractionOptions):void [override] | StiFinancialSeriesElementGeom | ||
![]() | invokeMouseLeave(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom | |
| allowMouseOver | property |
allowMouseOver:Boolean [read-only] public function get allowMouseOver():Boolean| areaGeom | property |
| close | property |
close:Number [read-only] public function get close():Number| high | property |
high:Number [read-only] public function get high():Number| index | property |
index:int [read-only] public function get index():int| interaction | property |
interaction:StiSeriesInteractionData public function get interaction():StiSeriesInteractionData public function set interaction(value:StiSeriesInteractionData):void| isMouseOver | property |
isMouseOver:Boolean public function get isMouseOver():Boolean public function set isMouseOver(value:Boolean):void| low | property |
low:Number [read-only] public function get low():Number| open | property |
open:Number [read-only] public function get open():Number| positionX | property |
positionX:Number [read-only] public function get positionX():Number| series | property |
| StiFinancialSeriesElementGeom | () | Constructor |
public function StiFinancialSeriesElementGeom(areaGeom:StiAreaGeom, series:IStiSeries, clientRectangle:StiRectangle, open:Number, close:Number, high:Number, low:Number, positionX:Number, index:Number)areaGeom:StiAreaGeom | |
series:IStiSeries | |
clientRectangle:StiRectangle | |
open:Number | |
close:Number | |
high:Number | |
low:Number | |
positionX:Number | |
index:Number |
| draw | () | method |
| invokeClick | () | method |
override public function invokeClick(options:StiInteractionOptions):voidParameters
options:StiInteractionOptions |
| invokeMouseEnter | () | method |
override public function invokeMouseEnter(options:StiInteractionOptions):voidParameters
options:StiInteractionOptions |