Class DoughnutChartOptions

All Implemented Interfaces:
Serializable

public class DoughnutChartOptions extends PieChartOptions
Provides options, that are available for Doughnut.
See Also:
  • Constructor Details

    • DoughnutChartOptions

      public DoughnutChartOptions()
  • Method Details

    • getPercentageInnerCutout

      public Integer getPercentageInnerCutout()
      Gets the percentage inner cutout.
      Returns:
      the percentage inner cutout
    • setPercentageInnerCutout

      public void setPercentageInnerCutout(Integer percentageInnerCutout)
      Sets the percentage inner cutout.
      Parameters:
      percentageInnerCutout - the percentage of the chart that we cut out of the middle (default is 50).