public class StiFunnelSeries extends StiSeries implements IStiFunnelSeries
propertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiFunnelSeries() |
| Modifier and Type | Method and Description |
|---|---|
IStiFunnelSeries |
clone()
Creates a new object that is a copy of the current instance.
|
boolean |
getAllowApplyBorderColor()
Gets or sets value which allow to use border color from series settings.
|
boolean |
getAllowApplyBrush()
Gets or sets value which allow to use brush from series settings.
|
StiColor |
getBorderColor()
Gets or sets border color of series bar.
|
StiBrush |
getBrush()
Gets or sets brush which will used to fill funnel area.
|
java.lang.Class |
GetDefaultAreaType() |
boolean |
getShowZeros()
Gets or sets value which indicates whether it is necessary to show the series element, if the
series value is 0.
|
IStiTrendLine |
getTrendLine()
Gets or sets trend line settings.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowApplyBorderColor(boolean value) |
void |
setAllowApplyBrush(boolean value) |
void |
setBorderColor(StiColor value) |
void |
setBrush(StiBrush value) |
void |
setShowZeros(boolean value) |
void |
setTrendLine(IStiTrendLine value) |
BaseTransform, getAllowApplyStyle, getAllowSeries, getAllowSeriesElements, getArgument, getArgumentDataColumn, getArguments, GetArgumentsFromString, getArgumentsString, getAutoSeriesColorDataColumn, getAutoSeriesKeyDataColumn, getAutoSeriesTitleDataColumn, getChart, getConditions, 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, getTopN, 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, setConditions, 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, 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, getConditions, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxispublic IStiFunnelSeries clone()
clone in interface IStiSeriesclone in class StiSeriespublic java.lang.Class GetDefaultAreaType()
GetDefaultAreaType in interface IStiSeriesGetDefaultAreaType in class StiSeriespublic IStiTrendLine getTrendLine()
StiSeriesgetTrendLine in class StiSeriespublic void setTrendLine(IStiTrendLine value)
setTrendLine in class StiSeriespublic boolean getShowZeros()
getShowZeros in interface IStiFunnelSeriespublic void setShowZeros(boolean value)
setShowZeros in interface IStiFunnelSeriespublic final boolean getAllowApplyBrush()
getAllowApplyBrush in interface IStiFunnelSeriespublic final void setAllowApplyBrush(boolean value)
setAllowApplyBrush in interface IStiFunnelSeriespublic final boolean getAllowApplyBorderColor()
getAllowApplyBorderColor in interface IStiFunnelSeriespublic final void setAllowApplyBorderColor(boolean value)
setAllowApplyBorderColor in interface IStiFunnelSeriespublic final StiBrush getBrush()
getBrush in interface IStiFunnelSeriespublic final void setBrush(StiBrush value)
setBrush in interface IStiFunnelSeriespublic final StiColor getBorderColor()
getBorderColor in interface IStiFunnelSeriespublic final void setBorderColor(StiColor value)
setBorderColor in interface IStiFunnelSeriespublic 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.