Interface ItemsLimitConfiguration.Builder

    • Method Detail

      • itemsLimit

        ItemsLimitConfiguration.Builder itemsLimit​(Long itemsLimit)

        The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

        Parameters:
        itemsLimit - The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • otherCategories

        ItemsLimitConfiguration.Builder otherCategories​(String otherCategories)

        The Show other of an axis in the chart. Choose one of the following options:

        • INCLUDE

        • EXCLUDE

        Parameters:
        otherCategories - The Show other of an axis in the chart. Choose one of the following options:

        • INCLUDE

        • EXCLUDE

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OtherCategories, OtherCategories
      • otherCategories

        ItemsLimitConfiguration.Builder otherCategories​(OtherCategories otherCategories)

        The Show other of an axis in the chart. Choose one of the following options:

        • INCLUDE

        • EXCLUDE

        Parameters:
        otherCategories - The Show other of an axis in the chart. Choose one of the following options:

        • INCLUDE

        • EXCLUDE

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OtherCategories, OtherCategories