Contains classes to create an histogram view.

The histogram plotter based on the AbstractPlotter, AbstractDrawingPane and AbstractPlotterProperties and inherits their functionality like zooming... The HistogramProperties panel allows the user to change the following properties on the fly:
  1. X axis
  2. Aggregation column (Y axis)
  3. Aggregation method (count, summary, average)
  4. Number of bins for numerical attributes
  5. The width of the bars
  6. Shows empty intervals option
  7. Shows missing value bar option
  8. Zooming
  9. Crosshair cursor
  10. ...