com.stimulsoft.report.chart.interfaces.series.pie
Interface IStiPieSeries
- All Superinterfaces:
- java.lang.Cloneable, IStiAllowApplyBrush, IStiJsonReportObject, IStiSeries
- All Known Subinterfaces:
- IStiDoughnutSeries
- All Known Implementing Classes:
- StiDoughnutSeries, StiPieSeries
public interface IStiPieSeries
- extends IStiSeries, IStiAllowApplyBrush
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 |
getAllowApplyBrush
boolean getAllowApplyBrush()
- Specified by:
getAllowApplyBrush
in interface IStiAllowApplyBrush
setAllowApplyBrush
void setAllowApplyBrush(boolean value)
- Specified by:
setAllowApplyBrush
in interface IStiAllowApplyBrush
getAllowApplyBorderColor
boolean getAllowApplyBorderColor()
setAllowApplyBorderColor
void setAllowApplyBorderColor(boolean value)
getStartAngle
float getStartAngle()
setStartAngle
void setStartAngle(float value)
getBorderColor
StiColor getBorderColor()
setBorderColor
void setBorderColor(StiColor value)
getBrush
StiBrush getBrush()
setBrush
void setBrush(StiBrush value)
getLighting
boolean getLighting()
setLighting
void setLighting(boolean value)
getDiameter
float getDiameter()
setDiameter
void setDiameter(float value)
getDistance
float getDistance()
setDistance
void setDistance(float value)
getCutPieListValues
java.util.ArrayList<java.lang.Double> getCutPieListValues()
setCutPieListValues
void setCutPieListValues(java.util.ArrayList<java.lang.Double> value)