Interface KPISparklineOptions.Builder

    • Method Detail

      • visibility

        KPISparklineOptions.Builder visibility​(String visibility)

        The visibility of the sparkline.

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

        KPISparklineOptions.Builder visibility​(Visibility visibility)

        The visibility of the sparkline.

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

        KPISparklineOptions.Builder color​(String color)

        The color of the sparkline.

        Parameters:
        color - The color of the sparkline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tooltipVisibility

        KPISparklineOptions.Builder tooltipVisibility​(String tooltipVisibility)

        The tooltip visibility of the sparkline.

        Parameters:
        tooltipVisibility - The tooltip visibility of the sparkline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • tooltipVisibility

        KPISparklineOptions.Builder tooltipVisibility​(Visibility tooltipVisibility)

        The tooltip visibility of the sparkline.

        Parameters:
        tooltipVisibility - The tooltip visibility of the sparkline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility