|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.series.StiSeries
com.stimulsoft.report.chart.view.series.candlestick.StiCandlestickSeries
public class StiCandlestickSeries
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiCandlestickSeries()
|
Method Summary | |
---|---|
IStiSeries |
clone()
Creates a new object that is a copy of the current instance. |
StiColor |
getBorderColor()
Gets or sets border color of series bar. |
StiColor |
getBorderColorNegative()
|
float |
getBorderWidth()
Gets or sets border width of series. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
java.lang.Class |
GetDefaultAreaType()
|
StiGetListOfValuesCloseEvent |
getGetListOfValuesCloseEvent()
Gets or sets a script of the event GetListOfValuesClose. |
StiGetListOfValuesHighEvent |
getGetListOfValuesHighEvent()
Gets or sets a script of the event GetListOfValuesHigh. |
StiGetListOfValuesLowEvent |
getGetListOfValuesLowEvent()
Gets or sets a script of the event GetListOfValuesLow. |
StiGetListOfValuesOpenEvent |
getGetListOfValuesOpenEvent()
Gets or sets a script of the event GetListOfValuesOpen. |
StiGetValueCloseEvent |
getGetValueCloseEvent()
Gets or sets a script of the event GetValueClose. |
StiGetValueHighEvent |
getGetValueHighEvent()
Gets or sets a script of the event GetValueHigh. |
StiGetValueLowEvent |
getGetValueLowEvent()
Gets or sets a script of the event GetValueLow. |
StiGetValueOpenEvent |
getGetValueOpenEvent()
Gets or sets a script of the event GetValueOpen. |
StiListOfValuesExpression |
getListOfValues()
Gets or sets the expression to fill a list of values. |
StiListOfValuesCloseExpression |
getListOfValuesClose()
Gets or sets the expression to fill a list of close values. |
StiListOfValuesHighExpression |
getListOfValuesHigh()
Gets or sets the expression to fill a list of high values. |
StiListOfValuesLowExpression |
getListOfValuesLow()
Gets or sets the expression to fill a list of low values. |
StiListOfValuesOpenExpression |
getListOfValuesOpen()
Gets or sets the expression to fill a list of open values. |
IStiSeriesTopN |
getTopN()
Gets or sets parameters of displaying top results. |
IStiTrendLine |
getTrendLine()
Gets or sets trend line settings. |
StiExpression |
getValue()
Gets or sets point value expression. |
StiValueCloseExpression |
getValueClose()
Gets or sets close value expression. |
java.lang.String |
getValueDataColumn()
Gets or sets a name of the column that contains the point value. |
java.lang.String |
getValueDataColumnClose()
Gets or sets a name of the column that contains the close value. |
java.lang.String |
getValueDataColumnHigh()
Gets or sets a name of the column that contains the high value. |
java.lang.String |
getValueDataColumnLow()
Gets or sets a name of the column that contains the low value. |
java.lang.String |
getValueDataColumnOpen()
Gets or sets a name of the column that contains the open value. |
StiValueHighExpression |
getValueHigh()
Gets or sets high value expression. |
StiValueLowExpression |
getValueLow()
Gets or sets low value expression. |
StiValueOpenExpression |
getValueOpen()
Gets or sets open value expression. |
java.lang.Double[] |
getValuesClose()
|
java.lang.Double[] |
getValuesHigh()
|
java.lang.Double[] |
getValuesLow()
|
java.lang.Double[] |
getValuesOpen()
|
java.lang.String |
getValuesStringClose()
|
java.lang.String |
getValuesStringHigh()
|
java.lang.String |
getValuesStringLow()
|
java.lang.String |
getValuesStringOpen()
|
void |
InvokeGetListOfValuesClose(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetListOfValuesClose event. |
void |
InvokeGetListOfValuesHigh(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetListOfValuesHigh event. |
void |
InvokeGetListOfValuesLow(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetListOfValuesLow event. |
void |
InvokeGetListOfValuesOpen(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetListOfValuesOpen event. |
void |
InvokeGetValueClose(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetValueClose event. |
void |
InvokeGetValueHigh(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetValueHigh event. |
void |
InvokeGetValueLow(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetValueLow event. |
void |
InvokeGetValueOpen(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetValueOpen event. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBorderColor(StiColor value)
|
void |
setBorderColorNegative(StiColor borderColorNegative)
|
void |
setBorderWidth(float value)
|
void |
setBrush(StiBrush value)
|
void |
setBrushNegative(StiBrush value)
|
void |
setGetListOfValuesCloseEvent(StiGetListOfValuesCloseEvent value)
|
void |
setGetListOfValuesHighEvent(StiGetListOfValuesHighEvent value)
|
void |
setGetListOfValuesLowEvent(StiGetListOfValuesLowEvent value)
|
void |
setGetListOfValuesOpenEvent(StiGetListOfValuesOpenEvent value)
|
void |
setGetValueCloseEvent(StiGetValueCloseEvent value)
|
void |
setGetValueHighEvent(StiGetValueHighEvent value)
|
void |
setGetValueLowEvent(StiGetValueLowEvent value)
|
void |
setGetValueOpenEvent(StiGetValueOpenEvent value)
|
void |
setListOfValues(StiListOfValuesExpression value)
|
void |
setListOfValuesClose(StiListOfValuesCloseExpression value)
|
void |
setListOfValuesHigh(StiListOfValuesHighExpression value)
|
void |
setListOfValuesLow(StiListOfValuesLowExpression value)
|
void |
setListOfValuesOpen(StiListOfValuesOpenExpression value)
|
void |
setTopN(IStiSeriesTopN value)
|
void |
setTrendLine(IStiTrendLine value)
|
void |
setValue(StiExpression value)
|
void |
setValueClose(StiValueCloseExpression value)
|
void |
setValueDataColumn(java.lang.String value)
|
void |
setValueDataColumnClose(java.lang.String value)
|
void |
setValueDataColumnHigh(java.lang.String value)
|
void |
setValueDataColumnLow(java.lang.String value)
|
void |
setValueDataColumnOpen(java.lang.String value)
|
void |
setValueHigh(StiValueHighExpression value)
|
void |
setValueLow(StiValueLowExpression value)
|
void |
setValueOpen(StiValueOpenExpression 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)
|
void |
setValuesStringClose(java.lang.String value)
|
void |
setValuesStringHigh(java.lang.String value)
|
void |
setValuesStringLow(java.lang.String value)
|
void |
setValuesStringOpen(java.lang.String value)
|
Methods inherited from class com.stimulsoft.base.services.StiService |
---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries |
---|
getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setValues, setYAxis |
Constructor Detail |
---|
public StiCandlestickSeries()
Method Detail |
---|
public IStiSeries clone()
clone
in interface IStiSeries
clone
in class StiSeries
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType
in interface IStiSeries
GetDefaultAreaType
in class StiSeries
public IStiSeriesTopN getTopN()
StiSeries
getTopN
in interface IStiSeries
getTopN
in class StiSeries
public void setTopN(IStiSeriesTopN value)
setTopN
in interface IStiSeries
setTopN
in class StiSeries
public IStiTrendLine getTrendLine()
StiSeries
getTrendLine
in class StiSeries
public void setTrendLine(IStiTrendLine value)
setTrendLine
in class StiSeries
public java.lang.String getValueDataColumn()
StiSeries
getValueDataColumn
in class StiSeries
public void setValueDataColumn(java.lang.String value)
setValueDataColumn
in class StiSeries
public StiExpression getValue()
StiSeries
getValue
in class StiSeries
public void setValue(StiExpression value)
setValue
in class StiSeries
public StiListOfValuesExpression getListOfValues()
StiSeries
getListOfValues
in class StiSeries
public void setListOfValues(StiListOfValuesExpression value)
setListOfValues
in class StiSeries
public final java.lang.Double[] getValuesOpen()
getValuesOpen
in interface IStiFinancialSeries
getValuesOpen
in interface IStiCandlestickSeries
public final void setValuesOpen(java.lang.Double[] value)
setValuesOpen
in interface IStiFinancialSeries
setValuesOpen
in interface IStiCandlestickSeries
public final java.lang.Double[] getValuesClose()
getValuesClose
in interface IStiFinancialSeries
getValuesClose
in interface IStiCandlestickSeries
public final void setValuesClose(java.lang.Double[] value)
setValuesClose
in interface IStiFinancialSeries
setValuesClose
in interface IStiCandlestickSeries
public final java.lang.String getValuesStringOpen()
public final void setValuesStringOpen(java.lang.String value)
public final java.lang.String getValuesStringClose()
public final void setValuesStringClose(java.lang.String value)
public final java.lang.String getValuesStringHigh()
public final void setValuesStringHigh(java.lang.String value)
public final java.lang.String getValuesStringLow()
public final void setValuesStringLow(java.lang.String value)
public final java.lang.Double[] getValuesHigh()
getValuesHigh
in interface IStiFinancialSeries
getValuesHigh
in interface IStiCandlestickSeries
public final void setValuesHigh(java.lang.Double[] value)
setValuesHigh
in interface IStiFinancialSeries
setValuesHigh
in interface IStiCandlestickSeries
public final java.lang.Double[] getValuesLow()
getValuesLow
in interface IStiFinancialSeries
getValuesLow
in interface IStiCandlestickSeries
public final void setValuesLow(java.lang.Double[] value)
setValuesLow
in interface IStiFinancialSeries
setValuesLow
in interface IStiCandlestickSeries
public final java.lang.String getValueDataColumnOpen()
public final void setValueDataColumnOpen(java.lang.String value)
public final java.lang.String getValueDataColumnClose()
public final void setValueDataColumnClose(java.lang.String value)
public final java.lang.String getValueDataColumnHigh()
public final void setValueDataColumnHigh(java.lang.String value)
public final java.lang.String getValueDataColumnLow()
public final void setValueDataColumnLow(java.lang.String value)
public StiColor getBorderColor()
getBorderColor
in interface IStiCandlestickSeries
public void setBorderColor(StiColor value)
setBorderColor
in interface IStiCandlestickSeries
public StiColor getBorderColorNegative()
getBorderColorNegative
in interface IStiCandlestickSeries
public void setBorderColorNegative(StiColor borderColorNegative)
setBorderColorNegative
in interface IStiCandlestickSeries
borderColorNegative
- the borderColorNegative to setpublic float getBorderWidth()
getBorderWidth
in interface IStiCandlestickSeries
public void setBorderWidth(float value)
setBorderWidth
in interface IStiCandlestickSeries
public StiBrush getBrush()
getBrush
in interface IStiCandlestickSeries
public void setBrush(StiBrush value)
setBrush
in interface IStiCandlestickSeries
public StiBrush getBrushNegative()
getBrushNegative
in interface IStiCandlestickSeries
public void setBrushNegative(StiBrush value)
setBrushNegative
in interface IStiCandlestickSeries
public void InvokeGetValueOpen(StiComponent sender, StiGetValueEventArgs e)
public final StiGetValueOpenEvent getGetValueOpenEvent()
public final void setGetValueOpenEvent(StiGetValueOpenEvent value)
public final void InvokeGetListOfValuesOpen(StiComponent sender, StiGetValueEventArgs e)
public final StiGetListOfValuesOpenEvent getGetListOfValuesOpenEvent()
public final void setGetListOfValuesOpenEvent(StiGetListOfValuesOpenEvent value)
public void InvokeGetValueClose(StiComponent sender, StiGetValueEventArgs e)
public final StiGetValueCloseEvent getGetValueCloseEvent()
public final void setGetValueCloseEvent(StiGetValueCloseEvent value)
public final void InvokeGetListOfValuesClose(StiComponent sender, StiGetValueEventArgs e)
public final StiGetListOfValuesCloseEvent getGetListOfValuesCloseEvent()
public final void setGetListOfValuesCloseEvent(StiGetListOfValuesCloseEvent value)
public void InvokeGetValueHigh(StiComponent sender, StiGetValueEventArgs e)
public final StiGetValueHighEvent getGetValueHighEvent()
public final void setGetValueHighEvent(StiGetValueHighEvent value)
public final void InvokeGetListOfValuesHigh(StiComponent sender, StiGetValueEventArgs e)
public final StiGetListOfValuesHighEvent getGetListOfValuesHighEvent()
public final void setGetListOfValuesHighEvent(StiGetListOfValuesHighEvent value)
public void InvokeGetValueLow(StiComponent sender, StiGetValueEventArgs e)
public final StiGetValueLowEvent getGetValueLowEvent()
public final void setGetValueLowEvent(StiGetValueLowEvent value)
public final void InvokeGetListOfValuesLow(StiComponent sender, StiGetValueEventArgs e)
public final StiGetListOfValuesLowEvent getGetListOfValuesLowEvent()
public final void setGetListOfValuesLowEvent(StiGetListOfValuesLowEvent value)
public StiValueOpenExpression getValueOpen()
public void setValueOpen(StiValueOpenExpression value)
public StiListOfValuesOpenExpression getListOfValuesOpen()
public void setListOfValuesOpen(StiListOfValuesOpenExpression value)
public StiValueCloseExpression getValueClose()
public void setValueClose(StiValueCloseExpression value)
public StiListOfValuesCloseExpression getListOfValuesClose()
public void setListOfValuesClose(StiListOfValuesCloseExpression value)
public StiValueHighExpression getValueHigh()
public void setValueHigh(StiValueHighExpression value)
public StiListOfValuesHighExpression getListOfValuesHigh()
public void setListOfValuesHigh(StiListOfValuesHighExpression value)
public StiValueLowExpression getValueLow()
public void setValueLow(StiValueLowExpression value)
public StiListOfValuesLowExpression getListOfValuesLow()
public void setListOfValuesLow(StiListOfValuesLowExpression value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiSeries
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiSeries
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |