public interface IStiCandlestickSeries extends IStiSeries, IStiFinancialSeries
| Modifier and Type | Method and Description |
|---|---|
StiColor |
getBorderColor() |
StiColor |
getBorderColorNegative() |
float |
getBorderWidth() |
StiBrush |
getBrush() |
StiBrush |
getBrushNegative() |
java.lang.Double[] |
getValuesClose() |
java.lang.Double[] |
getValuesHigh() |
java.lang.Double[] |
getValuesLow() |
java.lang.Double[] |
getValuesOpen() |
void |
setBorderColor(StiColor value) |
void |
setBorderColorNegative(StiColor value) |
void |
setBorderWidth(float value) |
void |
setBrush(StiBrush value) |
void |
setBrushNegative(StiBrush 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 getBorderColor()
void setBorderColor(StiColor value)
float getBorderWidth()
void setBorderWidth(float value)
StiBrush getBrush()
void setBrush(StiBrush value)
StiBrush getBrushNegative()
void setBrushNegative(StiBrush value)
StiColor getBorderColorNegative()
void setBorderColorNegative(StiColor value)
Copyright © 2019 Stimulsoft. All Rights Reserved.