Class OfPieChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.OfPieChart
The Class OfPieChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the custom split.Gets the data labels.intGets the gap width.intGets the second pie size.Gets the series.Gets the series lines.doubleGets the split position.Gets the split type.getType()Gets the type.booleanChecks for vary colors.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetGapWidth(int gapWidth)Sets the gap width.voidsetSecondPieSize(int secondPieSize)Sets the second pie size.voidsetSeriesLines(SeriesLines seriesLines)Sets the series lines.voidsetSplitPosition(double splitPosition)Sets the split position.voidsetSplitType(SplitType splitType)Sets the split type.voidSets the type.voidsetVaryColors(boolean varyColors)Sets the vary colors.toString()
-
Constructor Details
-
OfPieChart
public OfPieChart()Instantiates a new of pie chart.
-
-
Method Details
-
clone
-
toString
-
getCustomSplit
Gets the custom split.- Returns:
- the custom split
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getGapWidth
public int getGapWidth()Gets the gap width.- Returns:
- the gap width
-
setGapWidth
public void setGapWidth(int gapWidth)Sets the gap width.- Parameters:
gapWidth- the new gap width
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getSecondPieSize
public int getSecondPieSize()Gets the second pie size.- Returns:
- the second pie size
-
setSecondPieSize
public void setSecondPieSize(int secondPieSize)Sets the second pie size.- Parameters:
secondPieSize- the new second pie size
-
getSeries
Gets the series.- Returns:
- the series
-
getSeriesLines
Gets the series lines.- Returns:
- the series lines
-
setSeriesLines
Sets the series lines.- Parameters:
seriesLines- the new series lines
-
getSplitPosition
public double getSplitPosition()Gets the split position.- Returns:
- the split position
-
setSplitPosition
public void setSplitPosition(double splitPosition)Sets the split position.- Parameters:
splitPosition- the new split position
-
getSplitType
Gets the split type.- Returns:
- the split type
-
setSplitType
Sets the split type.- Parameters:
splitType- the new split type
-
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
-