Class HorizontalBarChart

  • All Implemented Interfaces:
    HasAxes, HasCartesianAxes, IsChart, IsDatasetCreator<BarDataset>

    public class HorizontalBarChart
    extends BarChart
    HORIZONTAL BAR chart implementation.
    A horizontal bar chart is a variation on a bar chart.
    It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • HorizontalBarChart

        public HorizontalBarChart()
        Builds the object.
      • HorizontalBarChart

        protected HorizontalBarChart​(Type extendedType)
        Builds the chart.
        This is must be extended for controller which are based on this type of chart.
        Parameters:
        extendedType - type of chart