Class ChartSeries.Basic<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C,S>>

Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartSeries<C,S>
Basic<C,S>
Direct Known Subclasses:
ChartSeries.Aggregation, ChartSeries.EmbeddedBoxplot, DataTableChart.DataTableSeries, DetailedTimeSeriesChart.DetailedTimeSeriesSeries, HeatmapChart.HeatmapSeries, HistogramChart.HistogramSeries, PieChart.PieSeries, WaterfallChart.WaterfallSeries, WaterfallComparisonChart.WaterfallComparisonSeries
Enclosing class:
ChartSeries

public abstract static class ChartSeries.Basic<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C,S>> extends AbstractChartSeries<C,S>
Re-exposes AbstractChartSeries.setHideDataLabels(Boolean) as public; the tier extended by a concrete series type that supports hiding data labels but none of ChartSeries.EmbeddedBoxplot's or ChartSeries.Aggregation's further options.
  • Constructor Details

    • Basic

      public Basic(C backLink, String instanceId)
  • Method Details

    • setHideDataLabels

      public final S setHideDataLabels(Boolean hideDataLabels)
      Description copied from class: AbstractChartSeries
      Hides this series' data labels (the value shown on or next to each point/bar/slice). Declared protected here; a concrete series type re-exposes it as public only if that chart type supports data labels.
      Overrides:
      setHideDataLabels in class AbstractChartSeries<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C,S>>
      Parameters:
      hideDataLabels - true to hide the labels; false or null to show them
      Returns:
      this series, for chaining further configuration