Interface LineChartLineStyleSettings.Builder

    • Method Detail

      • lineVisibility

        LineChartLineStyleSettings.Builder lineVisibility​(String lineVisibility)

        Configuration option that determines whether to show the line for the series.

        Parameters:
        lineVisibility - Configuration option that determines whether to show the line for the series.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • lineVisibility

        LineChartLineStyleSettings.Builder lineVisibility​(Visibility lineVisibility)

        Configuration option that determines whether to show the line for the series.

        Parameters:
        lineVisibility - Configuration option that determines whether to show the line for the series.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • lineInterpolation

        LineChartLineStyleSettings.Builder lineInterpolation​(String lineInterpolation)

        Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

        Parameters:
        lineInterpolation - Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

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

        LineChartLineStyleSettings.Builder lineInterpolation​(LineInterpolation lineInterpolation)

        Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

        Parameters:
        lineInterpolation - Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

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

        LineChartLineStyleSettings.Builder lineStyle​(String lineStyle)

        Line style for line series.

        • SOLID: Show as a solid line.

        • DOTTED: Show as a dotted line.

        • DASHED: Show as a dashed line.

        Parameters:
        lineStyle - Line style for line series.

        • SOLID: Show as a solid line.

        • DOTTED: Show as a dotted line.

        • DASHED: Show as a dashed line.

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

        LineChartLineStyleSettings.Builder lineStyle​(LineChartLineStyle lineStyle)

        Line style for line series.

        • SOLID: Show as a solid line.

        • DOTTED: Show as a dotted line.

        • DASHED: Show as a dashed line.

        Parameters:
        lineStyle - Line style for line series.

        • SOLID: Show as a solid line.

        • DOTTED: Show as a dotted line.

        • DASHED: Show as a dashed line.

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

        LineChartLineStyleSettings.Builder lineWidth​(String lineWidth)

        Width that determines the line thickness.

        Parameters:
        lineWidth - Width that determines the line thickness.
        Returns:
        Returns a reference to this object so that method calls can be chained together.