Interface GaugeChartColorConfiguration.Builder

    • Method Detail

      • foregroundColor

        GaugeChartColorConfiguration.Builder foregroundColor​(String foregroundColor)

        The foreground color configuration of a GaugeChartVisual.

        Parameters:
        foregroundColor - The foreground color configuration of a GaugeChartVisual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backgroundColor

        GaugeChartColorConfiguration.Builder backgroundColor​(String backgroundColor)

        The background color configuration of a GaugeChartVisual.

        Parameters:
        backgroundColor - The background color configuration of a GaugeChartVisual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.