|
||||||||||
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.StiBaseLineSeries
com.stimulsoft.report.chart.view.series.clusteredColumn.StiSplineSeries
com.stimulsoft.report.chart.view.series.range.StiSplineRangeSeries
public class StiSplineRangeSeries
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiSplineRangeSeries()
|
Method Summary | |
---|---|
IStiSplineRangeSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyColorNegative()
Gets or sets a value which indicates that the specific color for negative values will be used. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill bar area. |
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. |
StiColor |
getLineColorNegative()
Gets or sets a line color of series for negative values. |
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 |
getShowNulls()
Gets or sets value which indicates whether it is necessary to show the series element, if the series value of this bar is null. |
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 |
setAllowApplyColorNegative(boolean value)
|
void |
setBrush(StiBrush value)
|
void |
setGetListOfValuesEndEvent(StiGetListOfValuesEndEvent value)
|
void |
setGetValueEndEvent(StiGetValueEndEvent value)
|
void |
setLineColorNegative(StiColor value)
|
void |
setListOfValues(StiListOfValuesExpression value)
|
void |
setListOfValuesEnd(StiListOfValuesEndExpression value)
|
void |
setShowNulls(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.StiSplineSeries |
---|
getLineMarker, getTension, setLineMarker, setTension |
Methods inherited from class com.stimulsoft.report.chart.view.series.clusteredColumn.StiBaseLineSeries |
---|
getConditions, getLabelsOffset, getLighting, getLineColor, getLineStyle, getLineWidth, getMarker, getMarkerColor, getMarkerSize, getMarkerType, getShowMarker, setConditions, setLabelsOffset, setLighting, setLineColor, setLineStyle, setLineWidth, setMarker, setMarkerColor, setMarkerSize, setMarkerType, setShowMarker |
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.IStiSplineSeries |
---|
getTension, setTension |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.clusteredColumn.IStiBaseLineSeries |
---|
getLabelsOffset, getLighting, getLineColor, getLineMarker, getLineStyle, getLineWidth, getMarker, setLabelsOffset, setLighting, setLineColor, setLineMarker, setLineStyle, setLineWidth, setMarker |
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 StiSplineRangeSeries()
Method Detail |
---|
public IStiSplineRangeSeries clone()
clone
in interface IStiSeries
clone
in class StiBaseLineSeries
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType
in interface IStiSeries
GetDefaultAreaType
in class StiSplineSeries
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 final StiBrush getBrush()
getBrush
in interface IStiSplineRangeSeries
public final void setBrush(StiBrush value)
setBrush
in interface IStiSplineRangeSeries
public final java.lang.Double[] getValuesEnd()
getValuesEnd
in interface IStiSplineRangeSeries
public final void setValuesEnd(java.lang.Double[] value)
setValuesEnd
in interface IStiSplineRangeSeries
public StiColor getLineColorNegative()
StiBaseLineSeries
getLineColorNegative
in interface IStiBaseLineSeries
getLineColorNegative
in class StiBaseLineSeries
public void setLineColorNegative(StiColor value)
setLineColorNegative
in interface IStiBaseLineSeries
setLineColorNegative
in class StiBaseLineSeries
public boolean getAllowApplyColorNegative()
StiBaseLineSeries
getAllowApplyColorNegative
in interface IStiBaseLineSeries
getAllowApplyColorNegative
in class StiBaseLineSeries
public void setAllowApplyColorNegative(boolean value)
setAllowApplyColorNegative
in interface IStiBaseLineSeries
setAllowApplyColorNegative
in class StiBaseLineSeries
public boolean getShowNulls()
StiBaseLineSeries
getShowNulls
in interface IStiBaseLineSeries
getShowNulls
in class StiBaseLineSeries
public void setShowNulls(boolean value)
setShowNulls
in interface IStiBaseLineSeries
setShowNulls
in class StiBaseLineSeries
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 StiSplineSeries
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiSplineSeries
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |