com.stimulsoft.report.chart.interfaces.series.stock
Interface IStiStockSeries
- All Superinterfaces:
- java.lang.Cloneable, IStiFinancialSeries, IStiJsonReportObject, IStiSeries
- All Known Implementing Classes:
- StiStockSeries
public interface IStiStockSeries
- 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
getLineColor
StiColor getLineColor()
setLineColor
void setLineColor(StiColor value)
getLineStyle
StiPenStyle getLineStyle()
setLineStyle
void setLineStyle(StiPenStyle value)
getLineWidth
float getLineWidth()
setLineWidth
void setLineWidth(float value)
getLineColorNegative
StiColor getLineColorNegative()
setLineColorNegative
void setLineColorNegative(StiColor value)
getAllowApplyColorNegative
boolean getAllowApplyColorNegative()
setAllowApplyColorNegative
void setAllowApplyColorNegative(boolean value)