public class StiScatterSeries extends StiBaseLineSeries implements IStiScatterSeries
propertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiScatterSeries() |
| Modifier and Type | Method and Description |
|---|---|
IStiScatterSeries |
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.
|
java.lang.Class |
GetDefaultAreaType() |
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.
|
StiPenStyle |
getLineStyle()
Gets or sets a line style of series.
|
float |
getLineWidth()
Gets or sets line width of series.
|
IStiSeriesTopN |
getTopN()
Gets or sets parameters of displaying top results.
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowApplyColorNegative(boolean value) |
void |
setLighting(boolean value) |
void |
setLineColor(StiColor value) |
void |
setLineColorNegative(StiColor value) |
void |
setLineStyle(StiPenStyle value) |
void |
setLineWidth(float value) |
void |
setTopN(IStiSeriesTopN value) |
getConditions, getLabelsOffset, getLineMarker, getMarker, getMarkerColor, getMarkerSize, getMarkerType, getShowMarker, getShowNulls, LoadFromJsonObject, setConditions, setLabelsOffset, setLineMarker, setMarker, setMarkerColor, setMarkerSize, setMarkerType, setShowMarker, setShowNullsBaseTransform, getAllowApplyStyle, getAllowSeries, getAllowSeriesElements, getArgument, getArgumentDataColumn, getArguments, GetArgumentsFromString, getArgumentsString, getAutoSeriesColorDataColumn, getAutoSeriesKeyDataColumn, getAutoSeriesTitleDataColumn, getChart, getCore, getCoreTitle, 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, 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, setTrendLine, setValue, setValueDataColumn, setValues, setValuesString, setYAxis, toStringgetProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLabelsOffset, getLineMarker, getMarker, getShowNulls, setLabelsOffset, setLineMarker, setMarker, setShowNullsgetAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setValues, setYAxisLoadFromJsonObjectpublic IStiScatterSeries clone()
clone in interface IStiSeriesclone in class StiBaseLineSeriespublic java.lang.Class GetDefaultAreaType()
GetDefaultAreaType in interface IStiSeriesGetDefaultAreaType in class StiSeriespublic StiColor getLineColorNegative()
StiBaseLineSeriesgetLineColorNegative in interface IStiBaseLineSeriesgetLineColorNegative in class StiBaseLineSeriespublic void setLineColorNegative(StiColor value)
setLineColorNegative in interface IStiBaseLineSeriessetLineColorNegative in class StiBaseLineSeriespublic IStiSeriesTopN getTopN()
StiSeriesgetTopN in interface IStiSeriesgetTopN in class StiSeriespublic void setTopN(IStiSeriesTopN value)
setTopN in interface IStiSeriessetTopN in class StiSeriespublic boolean getAllowApplyColorNegative()
StiBaseLineSeriesgetAllowApplyColorNegative in interface IStiBaseLineSeriesgetAllowApplyColorNegative in class StiBaseLineSeriespublic void setAllowApplyColorNegative(boolean value)
setAllowApplyColorNegative in interface IStiBaseLineSeriessetAllowApplyColorNegative in class StiBaseLineSeriespublic StiColor getLineColor()
StiBaseLineSeriesgetLineColor in interface IStiBaseLineSeriesgetLineColor in class StiBaseLineSeriespublic void setLineColor(StiColor value)
setLineColor in interface IStiBaseLineSeriessetLineColor in class StiBaseLineSeriespublic StiPenStyle getLineStyle()
StiBaseLineSeriesgetLineStyle in interface IStiBaseLineSeriesgetLineStyle in class StiBaseLineSeriespublic void setLineStyle(StiPenStyle value)
setLineStyle in interface IStiBaseLineSeriessetLineStyle in class StiBaseLineSeriespublic boolean getLighting()
StiBaseLineSeriesgetLighting in interface IStiBaseLineSeriesgetLighting in class StiBaseLineSeriespublic void setLighting(boolean value)
setLighting in interface IStiBaseLineSeriessetLighting in class StiBaseLineSeriespublic float getLineWidth()
StiBaseLineSeriesgetLineWidth in interface IStiBaseLineSeriesgetLineWidth in class StiBaseLineSeriespublic void setLineWidth(float value)
setLineWidth in interface IStiBaseLineSeriessetLineWidth in class StiBaseLineSeriespublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiBaseLineSeriesJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.