|
||||||||||
| 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
public abstract class StiBaseLineSeries
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiBaseLineSeries()
|
|
| Method Summary | |
|---|---|
IStiBaseLineSeries |
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. |
StiChartConditionsCollection |
getConditions()
Gets or sets collection of conditions which can be used to change behavior of series. |
int |
getLabelsOffset()
Gets or sets vertical labels offset. |
boolean |
getLighting()
Gets or sets value which indicates that light effect will be shown. |
StiColor |
getLineColor()
Gets or sets line color of series. |
StiColor |
getLineColorNegative()
Gets or sets a line color of series for negative values. |
IStiLineMarker |
getLineMarker()
Gets or sets line marker settings. |
StiPenStyle |
getLineStyle()
Gets or sets a line style of series. |
float |
getLineWidth()
Gets or sets line width of series. |
IStiMarker |
getMarker()
Gets or sets marker settings. |
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. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyColorNegative(boolean value)
|
void |
setConditions(StiChartConditionsCollection value)
|
void |
setLabelsOffset(int 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)
|
| 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, GetDefaultAreaType, 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 StiBaseLineSeries()
| Method Detail |
|---|
public IStiBaseLineSeries clone()
clone in interface IStiSeriesclone in class StiSeriespublic boolean getShowNulls()
getShowNulls in interface IStiBaseLineSeriespublic void setShowNulls(boolean value)
setShowNulls in interface IStiBaseLineSeries@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 IStiMarker getMarker()
getMarker in interface IStiBaseLineSeriespublic void setMarker(IStiMarker value)
setMarker in interface IStiBaseLineSeriespublic IStiLineMarker getLineMarker()
getLineMarker in interface IStiBaseLineSeriespublic void setLineMarker(IStiLineMarker value)
setLineMarker in interface IStiBaseLineSeriespublic StiChartConditionsCollection getConditions()
StiSeries
getConditions in interface IStiSeriesgetConditions in class StiSeriespublic void setConditions(StiChartConditionsCollection value)
setConditions in interface IStiSeriessetConditions in class StiSeriespublic StiColor getLineColor()
getLineColor in interface IStiBaseLineSeriespublic void setLineColor(StiColor value)
setLineColor in interface IStiBaseLineSeriespublic StiPenStyle getLineStyle()
getLineStyle in interface IStiBaseLineSeriespublic void setLineStyle(StiPenStyle value)
setLineStyle in interface IStiBaseLineSeriespublic boolean getLighting()
getLighting in interface IStiBaseLineSeriespublic void setLighting(boolean value)
setLighting in interface IStiBaseLineSeriespublic float getLineWidth()
getLineWidth in interface IStiBaseLineSeriespublic void setLineWidth(float value)
setLineWidth in interface IStiBaseLineSeriespublic final int getLabelsOffset()
getLabelsOffset in interface IStiBaseLineSeriespublic final void setLabelsOffset(int value)
setLabelsOffset in interface IStiBaseLineSeriespublic StiColor getLineColorNegative()
getLineColorNegative in interface IStiBaseLineSeriespublic void setLineColorNegative(StiColor value)
setLineColorNegative in interface IStiBaseLineSeriespublic boolean getAllowApplyColorNegative()
getAllowApplyColorNegative in interface IStiBaseLineSeriespublic void setAllowApplyColorNegative(boolean value)
setAllowApplyColorNegative in interface IStiBaseLineSeries
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 | |||||||||