Class VerticalLineChart

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

    public class VerticalLineChart
    extends LineChart
    Vertical LINE chart implementation.
    A line chart is a way of plotting data points on a line.
    Often, it is used to show trend data, or the comparison of two data sets.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • VerticalLineChart

        public VerticalLineChart()
        Builds the object.
      • VerticalLineChart

        protected VerticalLineChart​(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