Class Pie3DChart

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

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

    • Pie3DChart

      public Pie3DChart()
      Instantiates a new pie3 d chart.
  • Method Details

    • clone

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

      public String toString()
      Overrides:
      toString in class Object
    • 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
    • getSeries

      public List<PieChartSerie> 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