public interface IStiStockSeries extends IStiSeries, IStiFinancialSeries
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowApplyColorNegative() |
StiColor |
getLineColor() |
StiColor |
getLineColorNegative() |
StiPenStyle |
getLineStyle() |
float |
getLineWidth() |
java.lang.Double[] |
getValuesClose() |
java.lang.Double[] |
getValuesHigh() |
java.lang.Double[] |
getValuesLow() |
java.lang.Double[] |
getValuesOpen() |
void |
setAllowApplyColorNegative(boolean value) |
void |
setLineColor(StiColor value) |
void |
setLineColorNegative(StiColor value) |
void |
setLineStyle(StiPenStyle value) |
void |
setLineWidth(float value) |
void |
setValuesClose(java.lang.Double[] value) |
void |
setValuesHigh(java.lang.Double[] value) |
void |
setValuesLow(java.lang.Double[] value) |
void |
setValuesOpen(java.lang.Double[] value) |
clone, getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, GetDefaultAreaType, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxisLoadFromJsonObject, SaveToJsonObjectjava.lang.Double[] getValuesOpen()
getValuesOpen in interface IStiFinancialSeriesvoid setValuesOpen(java.lang.Double[] value)
setValuesOpen in interface IStiFinancialSeriesjava.lang.Double[] getValuesClose()
getValuesClose in interface IStiFinancialSeriesvoid setValuesClose(java.lang.Double[] value)
setValuesClose in interface IStiFinancialSeriesjava.lang.Double[] getValuesHigh()
getValuesHigh in interface IStiFinancialSeriesvoid setValuesHigh(java.lang.Double[] value)
setValuesHigh in interface IStiFinancialSeriesjava.lang.Double[] getValuesLow()
getValuesLow in interface IStiFinancialSeriesvoid setValuesLow(java.lang.Double[] value)
setValuesLow in interface IStiFinancialSeriesStiColor getLineColor()
void setLineColor(StiColor value)
StiPenStyle getLineStyle()
void setLineStyle(StiPenStyle value)
float getLineWidth()
void setLineWidth(float value)
StiColor getLineColorNegative()
void setLineColorNegative(StiColor value)
boolean getAllowApplyColorNegative()
void setAllowApplyColorNegative(boolean value)
Copyright © 2019 Stimulsoft. All Rights Reserved.