Class StackedVerticalLineChartWidget

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>, IsChart, IsDatasetCreator<StackedVerticalLineDataset>

    public class StackedVerticalLineChartWidget
    extends AbstractChartWidget<StackedVerticalLineChart>
    implements IsDatasetCreator<StackedVerticalLineDataset>
    STACKED VERTICAL LINE chart GWT WIDGET implementation.
    A stacked area 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

      • StackedVerticalLineChartWidget

        public StackedVerticalLineChartWidget()
        Builds the object.
      • StackedVerticalLineChartWidget

        protected StackedVerticalLineChartWidget​(StackedVerticalLineChart extendedChart)
        Builds the chart.
        This is must be extended for controller which are based on this type of chart.
        Parameters:
        extendedChart - new chart