Interface FunnelChartAggregatedFieldWells.Builder

    • Method Detail

      • category

        FunnelChartAggregatedFieldWells.Builder category​(Collection<DimensionField> category)

        The category field wells of a funnel chart. Values are grouped by category fields.

        Parameters:
        category - The category field wells of a funnel chart. Values are grouped by category fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • category

        FunnelChartAggregatedFieldWells.Builder category​(DimensionField... category)

        The category field wells of a funnel chart. Values are grouped by category fields.

        Parameters:
        category - The category field wells of a funnel chart. Values are grouped by category fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FunnelChartAggregatedFieldWells.Builder values​(Collection<MeasureField> values)

        The value field wells of a funnel chart. Values are aggregated based on categories.

        Parameters:
        values - The value field wells of a funnel chart. Values are aggregated based on categories.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FunnelChartAggregatedFieldWells.Builder values​(MeasureField... values)

        The value field wells of a funnel chart. Values are aggregated based on categories.

        Parameters:
        values - The value field wells of a funnel chart. Values are aggregated based on categories.
        Returns:
        Returns a reference to this object so that method calls can be chained together.