com.stimulsoft.report.chart.interfaces.series.candlestick
Interface IStiCandlestickSeries
- All Superinterfaces:
- java.lang.Cloneable, IStiFinancialSeries, IStiJsonReportObject, IStiSeries
- All Known Implementing Classes:
- StiCandlestickSeries, StiStockSeries
public interface IStiCandlestickSeries
- extends IStiSeries, IStiFinancialSeries
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries |
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, setYAxis |
getValuesOpen
java.lang.Double[] getValuesOpen()
- Specified by:
getValuesOpen
in interface IStiFinancialSeries
setValuesOpen
void setValuesOpen(java.lang.Double[] value)
- Specified by:
setValuesOpen
in interface IStiFinancialSeries
getValuesClose
java.lang.Double[] getValuesClose()
- Specified by:
getValuesClose
in interface IStiFinancialSeries
setValuesClose
void setValuesClose(java.lang.Double[] value)
- Specified by:
setValuesClose
in interface IStiFinancialSeries
getValuesHigh
java.lang.Double[] getValuesHigh()
- Specified by:
getValuesHigh
in interface IStiFinancialSeries
setValuesHigh
void setValuesHigh(java.lang.Double[] value)
- Specified by:
setValuesHigh
in interface IStiFinancialSeries
getValuesLow
java.lang.Double[] getValuesLow()
- Specified by:
getValuesLow
in interface IStiFinancialSeries
setValuesLow
void setValuesLow(java.lang.Double[] value)
- Specified by:
setValuesLow
in interface IStiFinancialSeries
getBorderColor
StiColor getBorderColor()
setBorderColor
void setBorderColor(StiColor value)
getBorderWidth
float getBorderWidth()
setBorderWidth
void setBorderWidth(float value)
getBrush
StiBrush getBrush()
setBrush
void setBrush(StiBrush value)
getBrushNegative
StiBrush getBrushNegative()
setBrushNegative
void setBrushNegative(StiBrush value)
getBorderColorNegative
StiColor getBorderColorNegative()
setBorderColorNegative
void setBorderColorNegative(StiColor value)