Interface DataLabelOptions.Builder

    • Method Detail

      • visibility

        DataLabelOptions.Builder visibility​(String visibility)

        Determines the visibility of the data labels.

        Parameters:
        visibility - Determines the visibility of the data labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • visibility

        DataLabelOptions.Builder visibility​(Visibility visibility)

        Determines the visibility of the data labels.

        Parameters:
        visibility - Determines the visibility of the data labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • categoryLabelVisibility

        DataLabelOptions.Builder categoryLabelVisibility​(String categoryLabelVisibility)

        Determines the visibility of the category field labels.

        Parameters:
        categoryLabelVisibility - Determines the visibility of the category field labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • categoryLabelVisibility

        DataLabelOptions.Builder categoryLabelVisibility​(Visibility categoryLabelVisibility)

        Determines the visibility of the category field labels.

        Parameters:
        categoryLabelVisibility - Determines the visibility of the category field labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • measureLabelVisibility

        DataLabelOptions.Builder measureLabelVisibility​(String measureLabelVisibility)

        Determines the visibility of the measure field labels.

        Parameters:
        measureLabelVisibility - Determines the visibility of the measure field labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • measureLabelVisibility

        DataLabelOptions.Builder measureLabelVisibility​(Visibility measureLabelVisibility)

        Determines the visibility of the measure field labels.

        Parameters:
        measureLabelVisibility - Determines the visibility of the measure field labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • dataLabelTypes

        DataLabelOptions.Builder dataLabelTypes​(Collection<DataLabelType> dataLabelTypes)

        The option that determines the data label type.

        Parameters:
        dataLabelTypes - The option that determines the data label type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataLabelTypes

        DataLabelOptions.Builder dataLabelTypes​(DataLabelType... dataLabelTypes)

        The option that determines the data label type.

        Parameters:
        dataLabelTypes - The option that determines the data label type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labelContent

        DataLabelOptions.Builder labelContent​(String labelContent)

        Determines the content of the data labels.

        Parameters:
        labelContent - Determines the content of the data labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataLabelContent, DataLabelContent
      • labelFontConfiguration

        DataLabelOptions.Builder labelFontConfiguration​(FontConfiguration labelFontConfiguration)

        Determines the font configuration of the data labels.

        Parameters:
        labelFontConfiguration - Determines the font configuration of the data labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labelColor

        DataLabelOptions.Builder labelColor​(String labelColor)

        Determines the color of the data labels.

        Parameters:
        labelColor - Determines the color of the data labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overlap

        DataLabelOptions.Builder overlap​(String overlap)

        Determines whether overlap is enabled or disabled for the data labels.

        Parameters:
        overlap - Determines whether overlap is enabled or disabled for the data labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataLabelOverlap, DataLabelOverlap
      • overlap

        DataLabelOptions.Builder overlap​(DataLabelOverlap overlap)

        Determines whether overlap is enabled or disabled for the data labels.

        Parameters:
        overlap - Determines whether overlap is enabled or disabled for the data labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataLabelOverlap, DataLabelOverlap
      • totalsVisibility

        DataLabelOptions.Builder totalsVisibility​(String totalsVisibility)

        Determines the visibility of the total.

        Parameters:
        totalsVisibility - Determines the visibility of the total.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • totalsVisibility

        DataLabelOptions.Builder totalsVisibility​(Visibility totalsVisibility)

        Determines the visibility of the total.

        Parameters:
        totalsVisibility - Determines the visibility of the total.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility