Interface IStiCandlestickSeries
- All Superinterfaces:
Cloneable,IStiFinancialSeries,IStiJsonReportObject,IStiSeries
- All Known Implementing Classes:
StiCandlestickSeries,StiStockSeries
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetBrush()Double[]Double[]Double[]Double[]voidsetBorderColor(StiColor value) voidsetBorderColorNegative(StiColor value) voidsetBorderWidth(float value) voidvoidsetBrushNegative(StiBrush 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
-
getBorderColor
StiColor getBorderColor() -
setBorderColor
-
getBorderWidth
float getBorderWidth() -
setBorderWidth
void setBorderWidth(float value) -
getBrush
StiBrush getBrush() -
setBrush
-
getBrushNegative
StiBrush getBrushNegative() -
setBrushNegative
-
getBorderColorNegative
StiColor getBorderColorNegative() -
setBorderColorNegative
-