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

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSeries, IStiStackedBaseLineSeries
All Known Subinterfaces:
IStiFullStackedSplineAreaSeries, IStiFullStackedSplineSeries, IStiStackedSplineAreaSeries
All Known Implementing Classes:
StiFullStackedSplineAreaSeries, StiFullStackedSplineSeries, StiStackedSplineAreaSeries, StiStackedSplineSeries

public interface IStiStackedSplineSeries
extends IStiStackedBaseLineSeries


Method Summary
 boolean getAllowApplyColorNegative()
           
 StiColor getLineColorNegative()
           
 float getTension()
           
 void setAllowApplyColorNegative(boolean value)
           
 void setLineColorNegative(StiColor value)
           
 void setTension(float value)
           
 
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

getTension

float getTension()

setTension

void setTension(float value)

getLineColorNegative

StiColor getLineColorNegative()

setLineColorNegative

void setLineColorNegative(StiColor value)

getAllowApplyColorNegative

boolean getAllowApplyColorNegative()

setAllowApplyColorNegative

void setAllowApplyColorNegative(boolean value)