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


Method Summary
 boolean getAllowApplyColorNegative()
           
 StiColor getLineColor()
           
 StiColor getLineColorNegative()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 java.lang.Double[] getValuesClose()
           
 java.lang.Double[] getValuesHigh()
           
 java.lang.Double[] getValuesLow()
           
 java.lang.Double[] getValuesOpen()
           
 void setAllowApplyColorNegative(boolean value)
           
 void setLineColor(StiColor value)
           
 void setLineColorNegative(StiColor value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float 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

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)