Class AbstractChartSeries<C extends AbstractChartBuilder<C>,​S extends AbstractChartSeries<C,​S>>

    • Constructor Detail

      • AbstractChartSeries

        protected AbstractChartSeries​(C backLink,
                                      String instanceId)
    • Method Detail

      • getThis

        protected S getThis()
      • setLabel

        public final S setLabel​(String label)
      • setDatamart

        public final S setDatamart​(String datamart)
      • setCurrency

        public final S setCurrency​(String currency)
      • getFilters

        public final Filters<S> getFilters()
      • addFilters

        public final Filters<S> addFilters()
      • addProductsFilter

        public final Filters<S> addProductsFilter()
      • addCustomersFilter

        public final Filters<S> addCustomersFilter()
      • addDimFilter

        public final S addDimFilter​(String dimension,
                                    String value)
      • setFormula

        public final Formula<S> setFormula()
      • setGeneratedQueryDto

        public final S setGeneratedQueryDto​(String generatedQueryDto)
      • setHideDataLabels

        protected S setHideDataLabels​(Boolean hideDataLabels)
      • setType

        protected S setType​(SeriesType seriesType)
      • withSortByAxisX

        protected S withSortByAxisX​(SortType sortType)
      • withSortByAxisY

        protected S withSortByAxisY​(SortType sortType)
      • setComparisonDim

        protected S setComparisonDim​(String comparisonDimension)
      • withTrendLine

        protected TrendLine<S> withTrendLine()
      • setAggregationBy

        protected S setAggregationBy​(String aggregationBy)
      • setBandBy

        protected S setBandBy​(String bandBy)
      • setShowBandByLegend

        protected S setShowBandByLegend​(Boolean showBandByLegend)
      • protectedSetAxisX

        protected S protectedSetAxisX​(String axisX)
      • protectedSetAggrFieldAxisX

        protected AggrFieldAxis<S> protectedSetAggrFieldAxisX​(String axisX)
      • protectedSetAxisY

        protected S protectedSetAxisY​(String axisY)
      • protectedSetAggrFieldAxisY

        protected AggrFieldAxis<S> protectedSetAggrFieldAxisY​(String axisY)
      • setShowBoxplot

        protected S setShowBoxplot​(Boolean showBoxplot)
      • setWhisker

        protected S setWhisker​(WhiskerType whiskerType)
      • invokeAddAdditionalMeasure

        protected String invokeAddAdditionalMeasure()