Interface IStiStockSeries
- All Superinterfaces:
Cloneable,IStiFinancialSeries,IStiJsonReportObject,IStiSeries
- All Known Implementing Classes:
StiStockSeries
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfloatDouble[]Double[]Double[]Double[]voidsetAllowApplyColorNegative(boolean value) voidsetLineColor(StiColor value) voidsetLineColorNegative(StiColor value) voidsetLineStyle(StiPenStyle value) voidsetLineWidth(float value) voidsetValuesClose(Double[] value) voidsetValuesHigh(Double[] value) voidsetValuesLow(Double[] value) voidsetValuesOpen(Double[] value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries
clone, getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, GetDefaultAreaType, getFilters, getFormat, getHyperlinks, getInteraction, getOriginalArguments, getOriginalTopNValues, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getTitleValue, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesMarkerAngle, ProcessSeriesMarkerType, ProcessSeriesMarkerVisible, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setOriginalArguments, setOriginalTopNValues, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setTitleValue, setToolTips, setTopN, setValues, setYAxis
-
Method Details
-
getValuesOpen
Double[] getValuesOpen()- Specified by:
getValuesOpenin interfaceIStiFinancialSeries
-
setValuesOpen
- Specified by:
setValuesOpenin interfaceIStiFinancialSeries
-
getValuesClose
Double[] getValuesClose()- Specified by:
getValuesClosein interfaceIStiFinancialSeries
-
setValuesClose
- Specified by:
setValuesClosein interfaceIStiFinancialSeries
-
getValuesHigh
Double[] getValuesHigh()- Specified by:
getValuesHighin interfaceIStiFinancialSeries
-
setValuesHigh
- Specified by:
setValuesHighin interfaceIStiFinancialSeries
-
getValuesLow
Double[] getValuesLow()- Specified by:
getValuesLowin interfaceIStiFinancialSeries
-
setValuesLow
- Specified by:
setValuesLowin interfaceIStiFinancialSeries
-
getLineColor
StiColor getLineColor() -
setLineColor
-
getLineStyle
StiPenStyle getLineStyle() -
setLineStyle
-
getLineWidth
float getLineWidth() -
setLineWidth
void setLineWidth(float value) -
getLineColorNegative
StiColor getLineColorNegative() -
setLineColorNegative
-
getAllowApplyColorNegative
boolean getAllowApplyColorNegative() -
setAllowApplyColorNegative
void setAllowApplyColorNegative(boolean value)
-