Interface DonutOptions.Builder

    • Method Detail

      • arcOptions

        DonutOptions.Builder arcOptions​(ArcOptions arcOptions)

        The option for define the arc of the chart shape. Valid values are as follows:

        • WHOLE - A pie chart

        • SMALL- A small-sized donut chart

        • MEDIUM- A medium-sized donut chart

        • LARGE- A large-sized donut chart

        Parameters:
        arcOptions - The option for define the arc of the chart shape. Valid values are as follows:

        • WHOLE - A pie chart

        • SMALL- A small-sized donut chart

        • MEDIUM- A medium-sized donut chart

        • LARGE- A large-sized donut chart

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • donutCenterOptions

        DonutOptions.Builder donutCenterOptions​(DonutCenterOptions donutCenterOptions)

        The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

        Parameters:
        donutCenterOptions - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.