Class StackedHorizontalBarChartWidget

  • 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<StackedHorizontalBarDataset>

    public class StackedHorizontalBarChartWidget
    extends AbstractChartWidget<StackedHorizontalBarChart>
    implements IsDatasetCreator<StackedHorizontalBarDataset>
    STACKED HORIZONTAL BAR chart GWT WIDGET implementation.
    Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
    Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • StackedHorizontalBarChartWidget

        public StackedHorizontalBarChartWidget()
        Builds the object.
      • StackedHorizontalBarChartWidget

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