Class PieChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.PieChart
The Class PieChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data labels.intGets the first slice angle.Gets the series.booleanChecks for vary colors.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetFirstSliceAngle(int firstSliceAngle)Sets the first slice angle.voidsetVaryColors(boolean varyColors)Sets the vary colors.toString()
-
Constructor Details
-
PieChart
public PieChart()Instantiates a new pie chart.
-
-
Method Details
-
clone
-
toString
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getFirstSliceAngle
public int getFirstSliceAngle()Gets the first slice angle.- Returns:
- the first slice angle
-
setFirstSliceAngle
public void setFirstSliceAngle(int firstSliceAngle)Sets the first slice angle.- Parameters:
firstSliceAngle- the new first slice angle
-
getSeries
Gets the series.- Returns:
- the series
-
hasVaryColors
public boolean hasVaryColors()Checks for vary colors.- Returns:
- true, if successful
-
setVaryColors
public void setVaryColors(boolean varyColors)Sets the vary colors.- Parameters:
varyColors- the new vary colors
-