Class DBarChart

All Implemented Interfaces:
ActionListener, MouseListener, MouseMotionListener, ImageObserver, MenuContainer, Printable, Serializable, EventListener, Accessible, org.jfree.chart.event.ChartChangeListener, org.jfree.chart.event.ChartProgressListener, org.jfree.chart.event.OverlayChangeListener, org.kopi.galite.visual.base.UComponent, org.kopi.galite.visual.chart.UChartType

public class DBarChart extends DColumnChart
See Also:
  • Constructor Details

    • DBarChart

      public DBarChart(String title, org.kopi.galite.visual.chart.VDataSeries[] series)
      Creates a new bar chart.
      Parameters:
      title - The chart title.
      series - The data series
  • Method Details

    • getPlotOrientation

      protected org.jfree.chart.plot.PlotOrientation getPlotOrientation()
      Description copied from class: DColumnChart
      Returns the plot orientation.
      Overrides:
      getPlotOrientation in class DColumnChart
      Returns:
      the plot orientation.