Class StiStockSeriesElementGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.series.financial.StiFinancialSeriesElementGeom
com.stimulsoft.report.chart.geoms.series.financial.StiStockSeriesElementGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiStockSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double open, double close, double high, double low, double positionX, int index, StiColor color, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws cell geom object on spefied context.final StiColorgetColor()Methods inherited from class com.stimulsoft.report.chart.geoms.series.financial.StiFinancialSeriesElementGeom
getAllowMouseOver, getAreaGeom, getClose, getHigh, getIndex, getInteraction, getIsMouseOver, getLow, getOpen, getPositionX, getSeries, InvokeClick, InvokeMouseEnter, setInteraction, setIsMouseOverMethods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseLeave, InvokeMouseUp, setClientRectangleMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
LoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObject
-
Constructor Details
-
StiStockSeriesElementGeom
public StiStockSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double open, double close, double high, double low, double positionX, int index, StiColor color, StiTimeSpan beginTime)
-
-
Method Details
-
getColor
-
getBeginTime
- Returns:
- the beginTime
-
Draw
Description copied from class:StiCellGeomDraws cell geom object on spefied context.- Overrides:
Drawin classStiFinancialSeriesElementGeom
-