Class BarDataset

All Implemented Interfaces:
NumberDataset<BarDataset>

public class BarDataset extends BackgroundBorderHoverDataset<BarDataset,Number> implements NumberDataset<BarDataset>
See Also:
  • Field Details

    • xAxisID

      protected String xAxisID
    • yAxisID

      protected String yAxisID
    • barPercentage

      protected Number barPercentage
    • categoryPercentage

      protected Number categoryPercentage
    • barThickness

      protected Object barThickness
    • maxBarThickness

      protected Number maxBarThickness
    • minBarLength

      protected Number minBarLength
    • pointStyle

      protected PointStyle pointStyle
    • grouped

      protected Boolean grouped
    • borderSkipped

      protected final List<BorderSkipped> borderSkipped
  • Constructor Details

    • BarDataset

      public BarDataset()
  • Method Details