|
||||||||||
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 IStiSeries
clone
in class StiSeries
public boolean getShowNulls()
getShowNulls
in interface IStiBaseLineSeries
public 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 IStiBaseLineSeries
public void setMarker(IStiMarker value)
setMarker
in interface IStiBaseLineSeries
public IStiLineMarker getLineMarker()
getLineMarker
in interface IStiBaseLineSeries
public void setLineMarker(IStiLineMarker value)
setLineMarker
in interface IStiBaseLineSeries
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 StiColor getLineColor()
getLineColor
in interface IStiBaseLineSeries
public void setLineColor(StiColor value)
setLineColor
in interface IStiBaseLineSeries
public StiPenStyle getLineStyle()
getLineStyle
in interface IStiBaseLineSeries
public void setLineStyle(StiPenStyle value)
setLineStyle
in interface IStiBaseLineSeries
public boolean getLighting()
getLighting
in interface IStiBaseLineSeries
public void setLighting(boolean value)
setLighting
in interface IStiBaseLineSeries
public float getLineWidth()
getLineWidth
in interface IStiBaseLineSeries
public void setLineWidth(float value)
setLineWidth
in interface IStiBaseLineSeries
public final int getLabelsOffset()
getLabelsOffset
in interface IStiBaseLineSeries
public final void setLabelsOffset(int value)
setLabelsOffset
in interface IStiBaseLineSeries
public StiColor getLineColorNegative()
getLineColorNegative
in interface IStiBaseLineSeries
public void setLineColorNegative(StiColor value)
setLineColorNegative
in interface IStiBaseLineSeries
public boolean getAllowApplyColorNegative()
getAllowApplyColorNegative
in interface IStiBaseLineSeries
public void setAllowApplyColorNegative(boolean value)
setAllowApplyColorNegative
in interface IStiBaseLineSeries
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 |