|
||||||||||
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 IStiSeries
clone
in class StiSeries
public IStiTrendLine getTrendLine()
StiSeries
getTrendLine
in class StiSeries
public void setTrendLine(IStiTrendLine value)
setTrendLine
in class StiSeries
public final boolean getShowNulls()
getShowNulls
in interface IStiStackedBaseLineSeries
public 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 IStiStackedBaseLineSeries
public final void setMarker(IStiMarker value)
setMarker
in interface IStiStackedBaseLineSeries
public IStiLineMarker getLineMarker()
getLineMarker
in interface IStiStackedBaseLineSeries
public void setLineMarker(IStiLineMarker value)
setLineMarker
in interface IStiStackedBaseLineSeries
public StiChartConditionsCollection getConditions()
StiSeries
getConditions
in interface IStiSeries
getConditions
in class StiSeries
public void setConditions(StiChartConditionsCollection value)
setConditions
in interface IStiSeries
setConditions
in class StiSeries
public final boolean getLighting()
getLighting
in interface IStiStackedBaseLineSeries
public final void setLighting(boolean value)
setLighting
in interface IStiStackedBaseLineSeries
public final StiColor getLineColor()
getLineColor
in interface IStiStackedBaseLineSeries
public final void setLineColor(StiColor value)
setLineColor
in interface IStiStackedBaseLineSeries
public final float getLineWidth()
getLineWidth
in interface IStiStackedBaseLineSeries
public final void setLineWidth(float value)
setLineWidth
in interface IStiStackedBaseLineSeries
public final StiPenStyle getLineStyle()
getLineStyle
in interface IStiStackedBaseLineSeries
public final void setLineStyle(StiPenStyle value)
setLineStyle
in interface IStiStackedBaseLineSeries
public 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 IStiSeries
GetDefaultAreaType
in class StiSeries
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 |