|
||||||||||
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.clusteredColumn.StiClusteredColumnSeries
com.stimulsoft.report.chart.view.series.range.StiRangeBarSeries
public class StiRangeBarSeries
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiRangeBarSeries()
|
Method Summary | |
---|---|
IStiRangeBarSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyBrushNegative()
Gets or sets a value which indicates that the specific brush for filling negative values will be used. |
StiBrush |
getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
java.lang.Class |
GetDefaultAreaType()
|
StiGetListOfValuesEndEvent |
getGetListOfValuesEndEvent()
Gets or sets a script of the event GetListOfValuesEnd. |
StiGetValueEndEvent |
getGetValueEndEvent()
Gets or sets a script of the event GetValueEnd. |
StiListOfValuesExpression |
getListOfValues()
Gets or sets the expression to fill a list of start values. |
StiListOfValuesEndExpression |
getListOfValuesEnd()
Gets or sets the expression to fill a list of end values. |
boolean |
getShowZeros()
Gets or sets value which indicates whether it is necessary to show the series element, if the series value of this column is 0. |
IStiSeriesTopN |
getTopN()
Gets or sets parameters of displaying top results. |
IStiTrendLine |
getTrendLine()
Gets or sets trend line settings. |
StiExpression |
getValue()
Gets or sets start value expression. |
java.lang.String |
getValueDataColumn()
Gets or sets a name of the column that contains the start value. |
java.lang.String |
getValueDataColumnEnd()
Gets or sets a name of the column that contains the end value. |
StiValueEndExpression |
getValueEnd()
Gets or sets end value expression. |
java.lang.Double[] |
getValuesEnd()
|
java.lang.String |
getValuesStringEnd()
|
void |
InvokeGetListOfValuesEnd(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetListOfValuesEnd event. |
void |
InvokeGetValueEnd(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetValueEnd event. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyBrushNegative(boolean value)
|
void |
setBrushNegative(StiBrush value)
|
void |
setGetListOfValuesEndEvent(StiGetListOfValuesEndEvent value)
|
void |
setGetValueEndEvent(StiGetValueEndEvent value)
|
void |
setListOfValues(StiListOfValuesExpression value)
|
void |
setListOfValuesEnd(StiListOfValuesEndExpression value)
|
void |
setShowZeros(boolean value)
|
void |
setTopN(IStiSeriesTopN value)
|
void |
setTrendLine(IStiTrendLine value)
|
void |
setValue(StiExpression value)
|
void |
setValueDataColumn(java.lang.String value)
|
void |
setValueDataColumnEnd(java.lang.String value)
|
void |
setValueEnd(StiValueEndExpression value)
|
void |
setValuesEnd(java.lang.Double[] value)
|
void |
setValuesStringEnd(java.lang.String value)
|
Methods inherited from class com.stimulsoft.report.chart.view.series.clusteredColumn.StiClusteredColumnSeries |
---|
getBorderColor, getBrush, getWidth, setBorderColor, setBrush, setWidth |
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.clusteredColumn.IStiClusteredColumnSeries |
---|
getBorderColor, getBrush, getWidth, setBorderColor, setBrush, setWidth |
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 StiRangeBarSeries()
Method Detail |
---|
public IStiRangeBarSeries clone()
clone
in interface IStiSeries
clone
in class StiClusteredColumnSeries
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType
in interface IStiSeries
GetDefaultAreaType
in class StiClusteredColumnSeries
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 StiBrush getBrushNegative()
StiClusteredColumnSeries
getBrushNegative
in interface IStiClusteredColumnSeries
getBrushNegative
in class StiClusteredColumnSeries
public void setBrushNegative(StiBrush value)
setBrushNegative
in interface IStiClusteredColumnSeries
setBrushNegative
in class StiClusteredColumnSeries
public boolean getAllowApplyBrushNegative()
StiClusteredColumnSeries
getAllowApplyBrushNegative
in interface IStiClusteredColumnSeries
getAllowApplyBrushNegative
in class StiClusteredColumnSeries
public void setAllowApplyBrushNegative(boolean value)
setAllowApplyBrushNegative
in interface IStiClusteredColumnSeries
setAllowApplyBrushNegative
in class StiClusteredColumnSeries
public boolean getShowZeros()
getShowZeros
in interface IStiClusteredColumnSeries
getShowZeros
in class StiClusteredColumnSeries
public void setShowZeros(boolean value)
setShowZeros
in interface IStiClusteredColumnSeries
setShowZeros
in class StiClusteredColumnSeries
public final java.lang.Double[] getValuesEnd()
getValuesEnd
in interface IStiRangeBarSeries
public final void setValuesEnd(java.lang.Double[] value)
setValuesEnd
in interface IStiRangeBarSeries
public final java.lang.String getValuesStringEnd()
public final void setValuesStringEnd(java.lang.String value)
public java.lang.String getValueDataColumn()
getValueDataColumn
in class StiSeries
public void setValueDataColumn(java.lang.String value)
setValueDataColumn
in class StiSeries
public final java.lang.String getValueDataColumnEnd()
public final void setValueDataColumnEnd(java.lang.String value)
public void InvokeGetValueEnd(StiComponent sender, StiGetValueEventArgs e)
InvokeGetValueEnd
in interface IStiInvokeGetValueEnd
public final StiGetValueEndEvent getGetValueEndEvent()
public final void setGetValueEndEvent(StiGetValueEndEvent value)
public final void InvokeGetListOfValuesEnd(StiComponent sender, StiGetValueEventArgs e)
InvokeGetListOfValuesEnd
in interface IStiInvokeGetListOfValuesEnd
public final StiGetListOfValuesEndEvent getGetListOfValuesEndEvent()
public final void setGetListOfValuesEndEvent(StiGetListOfValuesEndEvent value)
public StiExpression getValue()
getValue
in class StiSeries
public void setValue(StiExpression value)
setValue
in class StiSeries
public StiValueEndExpression getValueEnd()
public void setValueEnd(StiValueEndExpression value)
public StiListOfValuesExpression getListOfValues()
getListOfValues
in class StiSeries
public void setListOfValues(StiListOfValuesExpression value)
setListOfValues
in class StiSeries
public StiListOfValuesEndExpression getListOfValuesEnd()
public void setListOfValuesEnd(StiListOfValuesEndExpression value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiClusteredColumnSeries
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiClusteredColumnSeries
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |