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


Method Summary
 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)
           
 
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
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

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)