Class DoughnutChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.DoughnutChart
The Class DoughnutChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the bar chart series.Gets the bar direction.Gets the bar grouping.Gets the data labels.longGets the first axis id.intGets the first slice angle.intGets the hole size.longGets the second axis id.booleanChecks for vary colors.voidsetBarDirection(BarDirection barDirection)Sets the bar direction.voidsetBarGrouping(BarGrouping barGrouping)Sets the bar grouping.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetFirstAxisID(long firstAxisID)Sets the first axis id.voidsetFirstSliceAngle(int firstSliceAngle)Sets the first slice angle.voidsetHoleSize(int holeSize)Sets the hole size.voidsetSecondAxisID(long secondAxisID)Sets the second axis id.voidsetVaryColors(boolean varyColors)Sets the vary colors.toString()
-
Constructor Details
-
DoughnutChart
public DoughnutChart()Instantiates a new doughnut chart.
-
-
Method Details
-
clone
-
toString
-
getBarDirection
Gets the bar direction.- Returns:
- the bar direction
-
setBarDirection
Sets the bar direction.- Parameters:
barDirection- the new bar direction
-
getBarGrouping
Gets the bar grouping.- Returns:
- the bar grouping
-
setBarGrouping
Sets the bar grouping.- Parameters:
barGrouping- the new bar grouping
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getBarChartSeries
Gets the bar chart series.- Returns:
- the bar chart series
-
getFirstAxisID
public long getFirstAxisID()Gets the first axis id.- Returns:
- the first axis id
-
setFirstAxisID
public void setFirstAxisID(long firstAxisID)Sets the first axis id.- Parameters:
firstAxisID- the new first axis id
-
getSecondAxisID
public long getSecondAxisID()Gets the second axis id.- Returns:
- the second axis id
-
setSecondAxisID
public void setSecondAxisID(long secondAxisID)Sets the second axis id.- Parameters:
secondAxisID- the new second axis id
-
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
-
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
-
getHoleSize
public int getHoleSize()Gets the hole size.- Returns:
- the hole size
-
setHoleSize
public void setHoleSize(int holeSize)Sets the hole size.- Parameters:
holeSize- the new hole size
-