Class OfPieChart

java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.OfPieChart

public class OfPieChart extends Chart
The Class OfPieChart.
  • Constructor Details

    • OfPieChart

      public OfPieChart()
      Instantiates a new of pie chart.
  • Method Details

    • clone

      public OfPieChart clone()
      Specified by:
      clone in class Chart
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCustomSplit

      public List<SecondPiePoint> getCustomSplit()
      Gets the custom split.
      Returns:
      the custom split
    • getDataLabels

      public DataLabels getDataLabels()
      Gets the data labels.
      Returns:
      the data labels
    • setDataLabels

      public void setDataLabels(DataLabels dataLabels)
      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

      public OfPieType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(OfPieType type)
      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

      public List<PieChartSerie> getSeries()
      Gets the series.
      Returns:
      the series
    • getSeriesLines

      public SeriesLines getSeriesLines()
      Gets the series lines.
      Returns:
      the series lines
    • setSeriesLines

      public void setSeriesLines(SeriesLines seriesLines)
      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

      public SplitType getSplitType()
      Gets the split type.
      Returns:
      the split type
    • setSplitType

      public void setSplitType(SplitType splitType)
      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