Class Pie3DChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.Pie3DChart
The Class Pie3DChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data labels.Gets the series.booleanChecks for vary colors.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetVaryColors(boolean varyColors)Sets the vary colors.toString()
-
Constructor Details
-
Pie3DChart
public Pie3DChart()Instantiates a new pie3 d 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
-
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
-