Class RadarChartConfiguration

    • Method Detail

      • fieldWells

        public final RadarChartFieldWells fieldWells()

        The field well configuration of a RadarChartVisual.

        Returns:
        The field well configuration of a RadarChartVisual.
      • sortConfiguration

        public final RadarChartSortConfiguration sortConfiguration()

        The sort configuration of a RadarChartVisual.

        Returns:
        The sort configuration of a RadarChartVisual.
      • baseSeriesSettings

        public final RadarChartSeriesSettings baseSeriesSettings()

        The base sreies settings of a radar chart.

        Returns:
        The base sreies settings of a radar chart.
      • startAngle

        public final Double startAngle()

        The start angle of a radar chart's axis.

        Returns:
        The start angle of a radar chart's axis.
      • visualPalette

        public final VisualPalette visualPalette()

        The palette (chart color) display setup of the visual.

        Returns:
        The palette (chart color) display setup of the visual.
      • alternateBandColorsVisibility

        public final Visibility alternateBandColorsVisibility()

        Determines the visibility of the colors of alternatign bands in a radar chart.

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

        Returns:
        Determines the visibility of the colors of alternatign bands in a radar chart.
        See Also:
        Visibility
      • alternateBandColorsVisibilityAsString

        public final String alternateBandColorsVisibilityAsString()

        Determines the visibility of the colors of alternatign bands in a radar chart.

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

        Returns:
        Determines the visibility of the colors of alternatign bands in a radar chart.
        See Also:
        Visibility
      • alternateBandEvenColor

        public final String alternateBandEvenColor()

        The color of the even-numbered alternate bands of a radar chart.

        Returns:
        The color of the even-numbered alternate bands of a radar chart.
      • alternateBandOddColor

        public final String alternateBandOddColor()

        The color of the odd-numbered alternate bands of a radar chart.

        Returns:
        The color of the odd-numbered alternate bands of a radar chart.
      • categoryAxis

        public final AxisDisplayOptions categoryAxis()

        The category axis of a radar chart.

        Returns:
        The category axis of a radar chart.
      • categoryLabelOptions

        public final ChartAxisLabelOptions categoryLabelOptions()

        The category label options of a radar chart.

        Returns:
        The category label options of a radar chart.
      • colorAxis

        public final AxisDisplayOptions colorAxis()

        The color axis of a radar chart.

        Returns:
        The color axis of a radar chart.
      • colorLabelOptions

        public final ChartAxisLabelOptions colorLabelOptions()

        The color label options of a radar chart.

        Returns:
        The color label options of a radar chart.
      • legend

        public final LegendOptions legend()

        The legend display setup of the visual.

        Returns:
        The legend display setup of the visual.
      • interactions

        public final VisualInteractionOptions interactions()

        The general visual interactions setup for a visual.

        Returns:
        The general visual interactions setup for a visual.
      • 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)