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


Method Summary
 boolean getAllowApplyBorderColor()
           
 boolean getAllowApplyBrush()
           
 StiColor getBorderColor()
           
 StiBrush getBrush()
           
 java.util.ArrayList<java.lang.Double> getCutPieListValues()
           
 float getDiameter()
           
 float getDistance()
           
 boolean getLighting()
           
 float getStartAngle()
           
 void setAllowApplyBorderColor(boolean value)
           
 void setAllowApplyBrush(boolean value)
           
 void setBorderColor(StiColor value)
           
 void setBrush(StiBrush value)
           
 void setCutPieListValues(java.util.ArrayList<java.lang.Double> value)
           
 void setDiameter(float value)
           
 void setDistance(float value)
           
 void setLighting(boolean value)
           
 void setStartAngle(float 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

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)