Class GoogleLegendWrapper


  • public class GoogleLegendWrapper
    extends com.googlecode.gwt.charts.client.options.Legend
    Extension of the google Legend in order to allow for positioning the legend to the left of the chart, which is not possible with the original class, because the LegendPosition enum does not include the 'left' value.
    • Constructor Detail

      • GoogleLegendWrapper

        protected GoogleLegendWrapper()
    • Method Detail

      • setLegendPosition

        public final void setLegendPosition​(String alignment)