Class LineChartLineStyleSettings

    • Method Detail

      • lineVisibility

        public final Visibility lineVisibility()

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

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

        Returns:
        Configuration option that determines whether to show the line for the series.
        See Also:
        Visibility
      • lineVisibilityAsString

        public final String lineVisibilityAsString()

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

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

        Returns:
        Configuration option that determines whether to show the line for the series.
        See Also:
        Visibility
      • lineInterpolation

        public final LineInterpolation lineInterpolation()

        Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

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

        Returns:
        Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

        See Also:
        LineInterpolation
      • lineInterpolationAsString

        public final String lineInterpolationAsString()

        Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

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

        Returns:
        Interpolation style for line series.

        • LINEAR: Show as default, linear style.

        • SMOOTH: Show as a smooth curve.

        • STEPPED: Show steps in line.

        See Also:
        LineInterpolation
      • lineStyle

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

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

        Returns:
        Line style for line series.

        • SOLID: Show as a solid line.

        • DOTTED: Show as a dotted line.

        • DASHED: Show as a dashed line.

        See Also:
        LineChartLineStyle
      • lineStyleAsString

        public final String lineStyleAsString()

        Line style for line series.

        • SOLID: Show as a solid line.

        • DOTTED: Show as a dotted line.

        • DASHED: Show as a dashed line.

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

        Returns:
        Line style for line series.

        • SOLID: Show as a solid line.

        • DOTTED: Show as a dotted line.

        • DASHED: Show as a dashed line.

        See Also:
        LineChartLineStyle
      • lineWidth

        public final String lineWidth()

        Width that determines the line thickness.

        Returns:
        Width that determines the line thickness.
      • 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)