com.stimulsoft.report.chart.interfaces.series.stackedColumn
Interface IStiStackedColumnSeries
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject, IStiSeries
- All Known Subinterfaces:
- IStiFullStackedColumnSeries
- All Known Implementing Classes:
- StiFullStackedColumnSeries, StiStackedColumnSeries
public interface IStiStackedColumnSeries
- extends IStiSeries
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 |
getWidth
float getWidth()
setWidth
void setWidth(float value)
getBorderColor
StiColor getBorderColor()
setBorderColor
void setBorderColor(StiColor value)
getBrush
StiBrush getBrush()
setBrush
void setBrush(StiBrush value)
getShowZeros
boolean getShowZeros()
setShowZeros
void setShowZeros(boolean value)
getBrushNegative
StiBrush getBrushNegative()
setBrushNegative
void setBrushNegative(StiBrush value)
getAllowApplyBrushNegative
boolean getAllowApplyBrushNegative()
setAllowApplyBrushNegative
void setAllowApplyBrushNegative(boolean value)