Class LineChartMarkerStyleSettings

    • Method Detail

      • markerVisibility

        public final Visibility markerVisibility()

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

        If the service returns an enum value that is not available in the current SDK version, markerVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from markerVisibilityAsString().

        Returns:
        Configuration option that determines whether to show the markers in the series.
        See Also:
        Visibility
      • markerVisibilityAsString

        public final String markerVisibilityAsString()

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

        If the service returns an enum value that is not available in the current SDK version, markerVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from markerVisibilityAsString().

        Returns:
        Configuration option that determines whether to show the markers in the series.
        See Also:
        Visibility
      • markerShape

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, markerShape will return LineChartMarkerShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from markerShapeAsString().

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

        See Also:
        LineChartMarkerShape
      • markerShapeAsString

        public final String markerShapeAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, markerShape will return LineChartMarkerShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from markerShapeAsString().

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

        See Also:
        LineChartMarkerShape
      • markerSize

        public final String markerSize()

        Size of marker in the series.

        Returns:
        Size of marker in the series.
      • markerColor

        public final String markerColor()

        Color of marker in the series.

        Returns:
        Color of marker in the series.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)