public class StiFinancialSeriesElementGeom extends StiCellGeom
| Constructor and Description |
|---|
StiFinancialSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double open,
double close,
double high,
double low,
double positionX,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
Draw(StiContext context)
Draws cell geom object on spefied context.
|
boolean |
getAllowMouseOver() |
StiAreaGeom |
getAreaGeom() |
double |
getClose() |
double |
getHigh() |
int |
getIndex() |
StiSeriesInteractionData |
getInteraction() |
boolean |
getIsMouseOver() |
double |
getLow() |
double |
getOpen() |
double |
getPositionX() |
IStiSeries |
getSeries() |
void |
InvokeClick(StiInteractionOptions options) |
void |
InvokeMouseEnter(StiInteractionOptions options) |
void |
setInteraction(StiSeriesInteractionData value) |
void |
setIsMouseOver(boolean value) |
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseLeave, InvokeMouseUp, setClientRectangleLoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObjectpublic StiFinancialSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double open, double close, double high, double low, double positionX, int index)
public void InvokeMouseEnter(StiInteractionOptions options)
InvokeMouseEnter in interface IStiGeomInteractionInvokeMouseEnter in class StiCellGeompublic void InvokeClick(StiInteractionOptions options)
InvokeClick in interface IStiGeomInteractionInvokeClick in class StiCellGeompublic boolean getAllowMouseOver()
public boolean getIsMouseOver()
public void setIsMouseOver(boolean value)
public final IStiSeries getSeries()
public final StiSeriesInteractionData getInteraction()
public final void setInteraction(StiSeriesInteractionData value)
public final double getOpen()
public final double getClose()
public final double getHigh()
public final double getLow()
public final double getPositionX()
public final StiAreaGeom getAreaGeom()
public final int getIndex()
public void Draw(StiContext context)
StiCellGeomDraw in class StiCellGeomCopyright © 2019 Stimulsoft. All Rights Reserved.