Interface LineChartAggregatedFieldWells.Builder

    • Method Detail

      • category

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

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

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

        LineChartAggregatedFieldWells.Builder category​(DimensionField... category)

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

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

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

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

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

        LineChartAggregatedFieldWells.Builder values​(MeasureField... values)

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

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

        LineChartAggregatedFieldWells.Builder colors​(Collection<DimensionField> colors)

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

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

        LineChartAggregatedFieldWells.Builder colors​(DimensionField... colors)

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

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

        LineChartAggregatedFieldWells.Builder smallMultiples​(Collection<DimensionField> smallMultiples)

        The small multiples field well of a line chart.

        Parameters:
        smallMultiples - The small multiples field well of a line chart.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • smallMultiples

        LineChartAggregatedFieldWells.Builder smallMultiples​(DimensionField... smallMultiples)

        The small multiples field well of a line chart.

        Parameters:
        smallMultiples - The small multiples field well of a line chart.
        Returns:
        Returns a reference to this object so that method calls can be chained together.