Class StiFunnelSeries
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.series.StiSeries
com.stimulsoft.report.chart.view.series.funnel.StiFunnelSeries
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiFunnelSeries,IStiSeries,IStiSeriesParent,Cloneable
-
Field Summary
Fields inherited from class com.stimulsoft.report.chart.view.series.StiSeries
isTotalLabelFields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.final booleanGets or sets value which allow to use border color from series settings.final booleanGets or sets value which allow to use brush from series settings.final StiColorGets or sets border color of series bar.final StiBrushgetBrush()Gets or sets brush which will used to fill funnel area.booleanGets or sets value which indicates whether it is necessary to show the series element, if the series value is 0.Use TrendLinesvoidLoadFromJsonObject(JSONObject jObject) final voidsetAllowApplyBorderColor(boolean value) final voidsetAllowApplyBrush(boolean value) final voidsetBorderColor(StiColor value) final voidvoidsetShowZeros(boolean value) voidsetTrendLine(IStiTrendLine value) Methods inherited from class com.stimulsoft.report.chart.view.series.StiSeries
BaseTransform, getAllowApplyStyle, getAllowSeries, getAllowSeriesElements, GetApproximationValuesStart, 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, getOriginalArguments, getOriginalTopNValues, getParent, getSeriesLabels, getServiceCategory, getServiceName, getServiceType, getShowInLegend, getShowLabels, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, GetStringsFromString, getTag, getTagDataColumn, getTags, getTagString, getTitle, getTitleValue, getToolTip, getToolTipDataColumn, getToolTips, getToolTipsString, getTopN, getTrendLines, 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, ProcessSeriesMarkerAngle, ProcessSeriesMarkerType, ProcessSeriesMarkerVisible, 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, setOriginalArguments, setOriginalTopNValues, setSeriesLabels, setShowInLegend, setShowLabels, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTag, setTagDataColumn, setTags, setTagString, setTitle, setTitleValue, setToolTip, setToolTipDataColumn, setToolTips, setToolTipsString, setTopN, setTrendLines, setValue, setValueDataColumn, setValues, setValuesStart, setValuesString, setYAxis, toStringMethods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries
getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getOriginalArguments, getOriginalTopNValues, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getTitleValue, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesMarkerAngle, ProcessSeriesMarkerType, ProcessSeriesMarkerVisible, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setOriginalArguments, setOriginalTopNValues, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setTitleValue, setToolTips, setTopN, setValues, setYAxis
-
Constructor Details
-
StiFunnelSeries
public StiFunnelSeries()
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance.- Specified by:
clonein interfaceIStiSeries- Overrides:
clonein classStiSeries- Returns:
- A new object that is a copy of this instance.
-
GetDefaultAreaType
- Specified by:
GetDefaultAreaTypein interfaceIStiSeries- Specified by:
GetDefaultAreaTypein classStiSeries
-
getTrendLine
Description copied from class:StiSeriesUse TrendLines- Overrides:
getTrendLinein classStiSeries
-
setTrendLine
- Overrides:
setTrendLinein classStiSeries
-
getShowZeros
public boolean getShowZeros()Gets or sets value which indicates whether it is necessary to show the series element, if the series value is 0.- Specified by:
getShowZerosin interfaceIStiFunnelSeries
-
setShowZeros
public void setShowZeros(boolean value) - Specified by:
setShowZerosin interfaceIStiFunnelSeries
-
getAllowApplyBrush
public final boolean getAllowApplyBrush()Gets or sets value which allow to use brush from series settings.- Specified by:
getAllowApplyBrushin interfaceIStiFunnelSeries
-
setAllowApplyBrush
public final void setAllowApplyBrush(boolean value) - Specified by:
setAllowApplyBrushin interfaceIStiFunnelSeries
-
getAllowApplyBorderColor
public final boolean getAllowApplyBorderColor()Gets or sets value which allow to use border color from series settings.- Specified by:
getAllowApplyBorderColorin interfaceIStiFunnelSeries
-
setAllowApplyBorderColor
public final void setAllowApplyBorderColor(boolean value) - Specified by:
setAllowApplyBorderColorin interfaceIStiFunnelSeries
-
getBrush
Gets or sets brush which will used to fill funnel area.- Specified by:
getBrushin interfaceIStiFunnelSeries
-
setBrush
- Specified by:
setBrushin interfaceIStiFunnelSeries
-
getBorderColor
Gets or sets border color of series bar.- Specified by:
getBorderColorin interfaceIStiFunnelSeries
-
setBorderColor
- Specified by:
setBorderColorin interfaceIStiFunnelSeries
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiSeries- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiSeries- Throws:
JSONException
-