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

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSeries
All Known Subinterfaces:
IStiFullStackedAreaSeries, IStiFullStackedLineSeries, IStiFullStackedSplineAreaSeries, IStiFullStackedSplineSeries, IStiStackedAreaSeries, IStiStackedLineSeries, IStiStackedSplineAreaSeries, IStiStackedSplineSeries
All Known Implementing Classes:
StiFullStackedAreaSeries, StiFullStackedLineSeries, StiFullStackedSplineAreaSeries, StiFullStackedSplineSeries, StiStackedAreaSeries, StiStackedBaseLineSeries, StiStackedLineSeries, StiStackedSplineAreaSeries, StiStackedSplineSeries

public interface IStiStackedBaseLineSeries
extends IStiSeries


Method Summary
 boolean getLighting()
           
 StiColor getLineColor()
           
 IStiLineMarker getLineMarker()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 IStiMarker getMarker()
           
 boolean getShowNulls()
           
 void setLighting(boolean value)
           
 void setLineColor(StiColor value)
           
 void setLineMarker(IStiLineMarker value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 void setMarker(IStiMarker value)
           
 void setShowNulls(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

getMarker

IStiMarker getMarker()

setMarker

void setMarker(IStiMarker value)

getLineMarker

IStiLineMarker getLineMarker()

setLineMarker

void setLineMarker(IStiLineMarker value)

getLighting

boolean getLighting()

setLighting

void setLighting(boolean value)

getLineColor

StiColor getLineColor()

setLineColor

void setLineColor(StiColor value)

getLineWidth

float getLineWidth()

setLineWidth

void setLineWidth(float value)

getLineStyle

StiPenStyle getLineStyle()

setLineStyle

void setLineStyle(StiPenStyle value)

getShowNulls

boolean getShowNulls()

setShowNulls

void setShowNulls(boolean value)