Class HistogramConfiguration

    • Method Detail

      • fieldWells

        public final HistogramFieldWells fieldWells()

        The field well configuration of a histogram.

        Returns:
        The field well configuration of a histogram.
      • xAxisDisplayOptions

        public final AxisDisplayOptions xAxisDisplayOptions()

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

        Returns:
        The options that determine the presentation of the x-axis.
      • xAxisLabelOptions

        public final ChartAxisLabelOptions xAxisLabelOptions()

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

        Returns:
        The options that determine the presentation of the x-axis label.
      • yAxisDisplayOptions

        public final AxisDisplayOptions yAxisDisplayOptions()

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

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

        public final HistogramBinOptions binOptions()

        The options that determine the presentation of histogram bins.

        Returns:
        The options that determine the presentation of histogram bins.
      • dataLabels

        public final DataLabelOptions dataLabels()

        The data label configuration of a histogram.

        Returns:
        The data label configuration of a histogram.
      • tooltip

        public final TooltipOptions tooltip()

        The tooltip configuration of a histogram.

        Returns:
        The tooltip configuration of a histogram.
      • visualPalette

        public final VisualPalette visualPalette()

        The visual palette configuration of a histogram.

        Returns:
        The visual palette configuration of a histogram.
      • 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)