|
||||||||||
| 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.stackedColumn.StiStackedBaseLineSeries
public abstract class StiStackedBaseLineSeries
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiStackedBaseLineSeries()
|
|
| Method Summary | |
|---|---|
IStiStackedBaseLineSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyColorNegative()
|
StiChartConditionsCollection |
getConditions()
Gets or sets collection of conditions which can be used to change behavior of series. |
java.lang.Class |
GetDefaultAreaType()
|
boolean |
getLighting()
|
StiColor |
getLineColor()
|
StiColor |
getLineColorNegative()
|
IStiLineMarker |
getLineMarker()
|
StiPenStyle |
getLineStyle()
Gets or sets a border style. |
float |
getLineWidth()
|
IStiMarker |
getMarker()
|
StiColor |
getMarkerColor()
Deprecated. |
float |
getMarkerSize()
Deprecated. |
StiMarkerType |
getMarkerType()
Deprecated. |
boolean |
getShowMarker()
Deprecated. |
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. |
IStiTrendLine |
getTrendLine()
Gets or sets trend line settings. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyColorNegative(boolean value)
|
void |
setConditions(StiChartConditionsCollection value)
|
void |
setLighting(boolean value)
|
void |
setLineColor(StiColor value)
|
void |
setLineColorNegative(StiColor value)
|
void |
setLineMarker(IStiLineMarker value)
|
void |
setLineStyle(StiPenStyle value)
|
void |
setLineWidth(float value)
|
void |
setMarker(IStiMarker value)
|
void |
setMarkerColor(StiColor value)
Deprecated. |
void |
setMarkerSize(float value)
Deprecated. |
void |
setMarkerType(StiMarkerType value)
Deprecated. |
void |
setShowMarker(boolean value)
Deprecated. |
void |
setShowNulls(boolean value)
|
void |
setTrendLine(IStiTrendLine 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, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxis |
| Constructor Detail |
|---|
public StiStackedBaseLineSeries()
| Method Detail |
|---|
public IStiStackedBaseLineSeries clone()
clone in interface IStiSeriesclone in class StiSeriespublic IStiTrendLine getTrendLine()
StiSeries
getTrendLine in class StiSeriespublic void setTrendLine(IStiTrendLine value)
setTrendLine in class StiSeriespublic final boolean getShowNulls()
getShowNulls in interface IStiStackedBaseLineSeriespublic final void setShowNulls(boolean value)
setShowNulls in interface IStiStackedBaseLineSeries@Deprecated public final boolean getShowMarker()
@Deprecated public final void setShowMarker(boolean value)
@Deprecated public final StiColor getMarkerColor()
@Deprecated public final void setMarkerColor(StiColor value)
@Deprecated public final float getMarkerSize()
@Deprecated public final void setMarkerSize(float value)
@Deprecated public final StiMarkerType getMarkerType()
@Deprecated public final void setMarkerType(StiMarkerType value)
public final IStiMarker getMarker()
getMarker in interface IStiStackedBaseLineSeriespublic final void setMarker(IStiMarker value)
setMarker in interface IStiStackedBaseLineSeriespublic IStiLineMarker getLineMarker()
getLineMarker in interface IStiStackedBaseLineSeriespublic void setLineMarker(IStiLineMarker value)
setLineMarker in interface IStiStackedBaseLineSeriespublic StiChartConditionsCollection getConditions()
StiSeries
getConditions in interface IStiSeriesgetConditions in class StiSeriespublic void setConditions(StiChartConditionsCollection value)
setConditions in interface IStiSeriessetConditions in class StiSeriespublic final boolean getLighting()
getLighting in interface IStiStackedBaseLineSeriespublic final void setLighting(boolean value)
setLighting in interface IStiStackedBaseLineSeriespublic final StiColor getLineColor()
getLineColor in interface IStiStackedBaseLineSeriespublic final void setLineColor(StiColor value)
setLineColor in interface IStiStackedBaseLineSeriespublic final float getLineWidth()
getLineWidth in interface IStiStackedBaseLineSeriespublic final void setLineWidth(float value)
setLineWidth in interface IStiStackedBaseLineSeriespublic final StiPenStyle getLineStyle()
getLineStyle in interface IStiStackedBaseLineSeriespublic final void setLineStyle(StiPenStyle value)
setLineStyle in interface IStiStackedBaseLineSeriespublic StiColor getLineColorNegative()
public void setLineColorNegative(StiColor value)
public final boolean getAllowApplyColorNegative()
public final void setAllowApplyColorNegative(boolean value)
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType in interface IStiSeriesGetDefaultAreaType in class StiSeries
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiSeriesJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiSeriesJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||