Class WaterfallChartConfiguration

    • Method Detail

      • fieldWells

        public final WaterfallChartFieldWells fieldWells()

        The field well configuration of a waterfall visual.

        Returns:
        The field well configuration of a waterfall visual.
      • sortConfiguration

        public final WaterfallChartSortConfiguration sortConfiguration()

        The sort configuration of a waterfall visual.

        Returns:
        The sort configuration of a waterfall visual.
      • waterfallChartOptions

        public final WaterfallChartOptions waterfallChartOptions()

        The options that determine the presentation of a waterfall visual.

        Returns:
        The options that determine the presentation of a waterfall visual.
      • categoryAxisLabelOptions

        public final ChartAxisLabelOptions categoryAxisLabelOptions()

        The options that determine the presentation of the category axis label.

        Returns:
        The options that determine the presentation of the category axis label.
      • categoryAxisDisplayOptions

        public final AxisDisplayOptions categoryAxisDisplayOptions()

        The options that determine the presentation of the category axis.

        Returns:
        The options that determine the presentation of the category axis.
      • primaryYAxisLabelOptions

        public final ChartAxisLabelOptions primaryYAxisLabelOptions()

        The options that determine the presentation of the y-axis label.

        Returns:
        The options that determine the presentation of the y-axis label.
      • primaryYAxisDisplayOptions

        public final AxisDisplayOptions primaryYAxisDisplayOptions()

        The options that determine the presentation of the y-axis.

        Returns:
        The options that determine the presentation of the y-axis.
      • legend

        public final LegendOptions legend()

        The legend configuration of a waterfall visual.

        Returns:
        The legend configuration of a waterfall visual.
      • dataLabels

        public final DataLabelOptions dataLabels()

        The data label configuration of a waterfall visual.

        Returns:
        The data label configuration of a waterfall visual.
      • visualPalette

        public final VisualPalette visualPalette()

        The visual palette configuration of a waterfall visual.

        Returns:
        The visual palette configuration of a waterfall visual.
      • colorConfiguration

        public final WaterfallChartColorConfiguration colorConfiguration()

        The color configuration of a waterfall visual.

        Returns:
        The color configuration of a waterfall 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)