Class StiCandlestickSeriesElementGeom
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.StiCandlestickSeriesElementGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiCandlestickSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double bodyStart, double bodyEnd, double high, double low, double positionX, int index, StiBrush brush, StiColor borderColor, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws cell geom object on spefied context.final StiBrushgetBrush()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
-
StiCandlestickSeriesElementGeom
public StiCandlestickSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double bodyStart, double bodyEnd, double high, double low, double positionX, int index, StiBrush brush, StiColor borderColor, StiTimeSpan beginTime)
-
-
Method Details
-
getBrush
-
getBeginTime
- Returns:
- the beginTime
-
getBorderColor
- Returns:
- the borderColor
-
Draw
Description copied from class:StiCellGeomDraws cell geom object on spefied context.- Overrides:
Drawin classStiFinancialSeriesElementGeom
-