Interface PieChartSettingsBuilder<T extends PieChartSettingsBuilder>

    • Method Detail

      • subType_Pie

        T subType_Pie()
        Set this pie chart's subtype to a simple pie chart
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a Pie chart data displayer.
      • subType_Pie_3d

        T subType_Pie_3d()
        Set this pie chart's subtype to a 3D pie chart
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a Pie chart data displayer.
      • subType_Donut

        T subType_Donut()
        Set this pie chart's subtype to a donut-like simple pie chart (i.e. a pie chart with a hole in its center)
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a Pie chart data displayer.
      • subType_Donut

        T subType_Donut​(String holeLabel)
        Set this pie chart's subtype to a donut-like simple pie chart (i.e. a pie chart with a hole in its center) and, in addition, with the label to assign inside the donut graph hole.
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a Pie chart data displayer.