com.stimulsoft.report.chart.interfaces.series.gantt
Interface IStiGanttSeries

All Superinterfaces:
java.lang.Cloneable, IStiClusteredBarSeries, IStiClusteredColumnSeries, IStiJsonReportObject, IStiSeries
All Known Implementing Classes:
StiGanttSeries

public interface IStiGanttSeries
extends IStiClusteredBarSeries


Method Summary
 java.lang.Double[] getValuesEnd()
           
 void setValuesEnd(java.lang.Double[] value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.clusteredColumn.IStiClusteredColumnSeries
getAllowApplyBrushNegative, getBorderColor, getBrush, getBrushNegative, getShowZeros, getWidth, setAllowApplyBrushNegative, setBorderColor, setBrush, setBrushNegative, setShowZeros, setWidth
 
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

getValuesEnd

java.lang.Double[] getValuesEnd()

setValuesEnd

void setValuesEnd(java.lang.Double[] value)