Interface LineChartMarkerStyleSettings.Builder

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

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

    • markerVisibility

      LineChartMarkerStyleSettings.Builder markerVisibility(String markerVisibility)

      Configuration option that determines whether to show the markers in the series.

      Parameters:
      markerVisibility - Configuration option that determines whether to show the markers in the series.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • markerVisibility

      LineChartMarkerStyleSettings.Builder markerVisibility(Visibility markerVisibility)

      Configuration option that determines whether to show the markers in the series.

      Parameters:
      markerVisibility - Configuration option that determines whether to show the markers in the series.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • markerShape

      LineChartMarkerStyleSettings.Builder markerShape(String markerShape)

      Shape option for markers in the series.

      • CIRCLE: Show marker as a circle.

      • TRIANGLE: Show marker as a triangle.

      • SQUARE: Show marker as a square.

      • DIAMOND: Show marker as a diamond.

      • ROUNDED_SQUARE: Show marker as a rounded square.

      Parameters:
      markerShape - Shape option for markers in the series.

      • CIRCLE: Show marker as a circle.

      • TRIANGLE: Show marker as a triangle.

      • SQUARE: Show marker as a square.

      • DIAMOND: Show marker as a diamond.

      • ROUNDED_SQUARE: Show marker as a rounded square.

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

      Shape option for markers in the series.

      • CIRCLE: Show marker as a circle.

      • TRIANGLE: Show marker as a triangle.

      • SQUARE: Show marker as a square.

      • DIAMOND: Show marker as a diamond.

      • ROUNDED_SQUARE: Show marker as a rounded square.

      Parameters:
      markerShape - Shape option for markers in the series.

      • CIRCLE: Show marker as a circle.

      • TRIANGLE: Show marker as a triangle.

      • SQUARE: Show marker as a square.

      • DIAMOND: Show marker as a diamond.

      • ROUNDED_SQUARE: Show marker as a rounded square.

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

      Size of marker in the series.

      Parameters:
      markerSize - Size of marker in the series.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • markerColor

      LineChartMarkerStyleSettings.Builder markerColor(String markerColor)

      Color of marker in the series.

      Parameters:
      markerColor - Color of marker in the series.
      Returns:
      Returns a reference to this object so that method calls can be chained together.