public abstract class StiBaseLineSeries extends StiSeries implements IStiBaseLineSeries
propertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiBaseLineSeries() |
| Modifier and Type | Method and Description |
|---|---|
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) |
BaseTransform, getAllowApplyStyle, getAllowSeries, getAllowSeriesElements, getArgument, getArgumentDataColumn, getArguments, GetArgumentsFromString, getArgumentsString, getAutoSeriesColorDataColumn, getAutoSeriesKeyDataColumn, getAutoSeriesTitleDataColumn, getChart, getCore, getCoreTitle, GetDefaultAreaType, getDrillDownEnabled, getDrillDownPage, getDrillDownPageGuid, getDrillDownReport, getFilterMode, getFilters, getFormat, getGetArgumentEvent, getGetHyperlinkEvent, getGetListOfArgumentsEvent, getGetListOfHyperlinksEvent, getGetListOfTagsEvent, getGetListOfToolTipsEvent, getGetListOfValuesEvent, getGetTagEvent, getGetTitleEvent, getGetToolTipEvent, getGetValueEvent, getHyperlink, getHyperlinkDataColumn, getHyperlinks, getHyperlinkString, getInteraction, getListOfArguments, getListOfHyperlinks, getListOfTags, getListOfToolTips, getListOfValues, getNewAutoSeriesEvent, GetNullableValuesFromString, getParent, getSeriesLabels, getServiceCategory, getServiceName, getServiceType, getShowInLegend, getShowLabels, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, GetStringsFromString, getTag, getTagDataColumn, getTags, getTagString, getTitle, getTitleValue, getToolTip, getToolTipDataColumn, getToolTips, getToolTipsString, getTopN, getTrendLine, getValue, getValueDataColumn, getValues, GetValuesFromString, getValuesStart, getValuesString, getYAxis, InvokeGetArgument, InvokeGetHyperlink, InvokeGetListOfArguments, InvokeGetListOfHyperlinks, InvokeGetListOfTags, InvokeGetListOfToolTips, InvokeGetListOfValues, InvokeGetTag, InvokeGetTitle, InvokeGetToolTip, InvokeGetValue, InvokeNewAutoSeries, OnGetArgument, OnGetHyperlink, OnGetListOfArguments, OnGetListOfHyperlinks, OnGetListOfTags, OnGetListOfToolTips, OnGetListOfValues, OnGetTag, OnGetTitle, OnGetToolTip, OnGetValue, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setAllowSeries, setAllowSeriesElements, setArgument, setArgumentDataColumn, setArguments, setArgumentsString, setAutoSeriesColorDataColumn, setAutoSeriesKeyDataColumn, setAutoSeriesTitleDataColumn, setChart, setCore, setCoreTitle, setDrillDownEnabled, setDrillDownPage, setDrillDownPageGuid, setDrillDownReport, setFilterMode, setFilters, setFormat, setGetArgumentEvent, setGetHyperlinkEvent, setGetListOfArgumentsEvent, setGetListOfHyperlinksEvent, setGetListOfTagsEvent, setGetListOfToolTipsEvent, setGetListOfValuesEvent, setGetTagEvent, setGetTitleEvent, setGetToolTipEvent, setGetValueEvent, setHyperlink, setHyperlinkDataColumn, setHyperlinks, setHyperlinkString, setInteraction, setListOfArguments, setListOfHyperlinks, setListOfTags, setListOfToolTips, setListOfValues, setNewAutoSeriesEvent, setSeriesLabels, setShowInLegend, setShowLabels, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTag, setTagDataColumn, setTags, setTagString, setTitle, setTitleValue, setToolTip, setToolTipDataColumn, setToolTips, setToolTipsString, setTopN, setTrendLine, setValue, setValueDataColumn, setValues, setValuesString, setYAxis, toStringgetProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAllowApplyStyle, 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, setYAxispublic 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()
StiSeriesgetConditions 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 IStiBaseLineSeriespublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiSeriesJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiSeriesJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.