com.stimulsoft.report.chart.interfaces.series.stackedColumn
Interface IStiStackedSplineAreaSeries

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSeries, IStiStackedBaseLineSeries, IStiStackedSplineSeries
All Known Subinterfaces:
IStiFullStackedSplineAreaSeries
All Known Implementing Classes:
StiFullStackedSplineAreaSeries, StiStackedSplineAreaSeries

public interface IStiStackedSplineAreaSeries
extends IStiStackedSplineSeries


Method Summary
 boolean getAllowApplyBrushNegative()
           
 StiBrush getBrush()
           
 StiBrush getBrushNegative()
           
 void setAllowApplyBrushNegative(boolean value)
           
 void setBrush(StiBrush value)
           
 void setBrushNegative(StiBrush value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.stackedColumn.IStiStackedSplineSeries
getAllowApplyColorNegative, getLineColorNegative, getTension, setAllowApplyColorNegative, setLineColorNegative, setTension
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.stackedColumn.IStiStackedBaseLineSeries
getLighting, getLineColor, getLineMarker, getLineStyle, getLineWidth, getMarker, getShowNulls, setLighting, setLineColor, setLineMarker, setLineStyle, setLineWidth, setMarker, setShowNulls
 
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

getBrush

StiBrush getBrush()

setBrush

void setBrush(StiBrush value)

getBrushNegative

StiBrush getBrushNegative()

setBrushNegative

void setBrushNegative(StiBrush value)

getAllowApplyBrushNegative

boolean getAllowApplyBrushNegative()

setAllowApplyBrushNegative

void setAllowApplyBrushNegative(boolean value)