Interface LineChartLineStyleSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>, SdkBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>, SdkPojo
Enclosing class:
LineChartLineStyleSettings

public static interface LineChartLineStyleSettings.Builder extends SdkPojo, CopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>
  • Method Details

    • 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:
    • 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:
    • 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

      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:
    • 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:
    • 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:
    • 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.