com.stimulsoft.report.chart.interfaces.series.range
Interface IStiRangeSeries
- All Superinterfaces:
- java.lang.Cloneable, IStiBaseLineSeries, IStiJsonReportObject, IStiLineSeries, IStiSeries
- All Known Implementing Classes:
- StiRangeSeries
public interface IStiRangeSeries
- extends IStiLineSeries
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.clusteredColumn.IStiBaseLineSeries |
getAllowApplyColorNegative, getLabelsOffset, getLighting, getLineColor, getLineColorNegative, getLineMarker, getLineStyle, getLineWidth, getMarker, getShowNulls, setAllowApplyColorNegative, setLabelsOffset, setLighting, setLineColor, setLineColorNegative, 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 |
getValuesEnd
java.lang.Double[] getValuesEnd()
setValuesEnd
void setValuesEnd(java.lang.Double[] value)
getBrush
StiBrush getBrush()
setBrush
void setBrush(StiBrush value)
getBrushNegative
StiBrush getBrushNegative()
setBrushNegative
void setBrushNegative(StiBrush value)
getAllowApplyBrushNegative
boolean getAllowApplyBrushNegative()
setAllowApplyBrushNegative
void setAllowApplyBrushNegative(boolean value)