com.stimulsoft.report.chart.interfaces.series.funnel
Interface IStiFunnelSeries

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSeries
All Known Implementing Classes:
StiFunnelSeries

public interface IStiFunnelSeries
extends IStiSeries


Method Summary
 boolean getAllowApplyBorderColor()
           
 boolean getAllowApplyBrush()
           
 StiColor getBorderColor()
           
 StiBrush getBrush()
           
 boolean getShowZeros()
           
 void setAllowApplyBorderColor(boolean value)
           
 void setAllowApplyBrush(boolean value)
           
 void setBorderColor(StiColor value)
           
 void setBrush(StiBrush value)
           
 void setShowZeros(boolean value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries
clone, getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, GetDefaultAreaType, 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, setYAxis
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getShowZeros

boolean getShowZeros()

setShowZeros

void setShowZeros(boolean value)

getAllowApplyBrush

boolean getAllowApplyBrush()

setAllowApplyBrush

void setAllowApplyBrush(boolean value)

getAllowApplyBorderColor

boolean getAllowApplyBorderColor()

setAllowApplyBorderColor

void setAllowApplyBorderColor(boolean value)

getBorderColor

StiColor getBorderColor()

setBorderColor

void setBorderColor(StiColor value)

getBrush

StiBrush getBrush()

setBrush

void setBrush(StiBrush value)