Interface LineChartMarkerStyleSettings.Builder

    • Method Detail

      • 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:
        Visibility, Visibility
      • 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:
        Visibility, Visibility
      • 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:
        LineChartMarkerShape, LineChartMarkerShape
      • markerShape

        LineChartMarkerStyleSettings.Builder markerShape​(LineChartMarkerShape 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:
        LineChartMarkerShape, LineChartMarkerShape
      • markerSize

        LineChartMarkerStyleSettings.Builder markerSize​(String 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.