Index: trunk/Ohana/src/libkapa/include/kapa.h
===================================================================
--- trunk/Ohana/src/libkapa/include/kapa.h	(revision 39926)
+++ trunk/Ohana/src/libkapa/include/kapa.h	(revision 40106)
@@ -38,9 +38,12 @@
 // retain historical numerical definitions:
 typedef enum {
-  KAPA_PLOT_INVALID_MIN = -1,
-  KAPA_PLOT_CONNECT     =  0,
-  KAPA_PLOT_HISTOGRAM   =  1,
-  KAPA_PLOT_POINTS      =  2,
-  KAPA_PLOT_INVALID_MAX =  3,
+  KAPA_PLOT_INVALID_MIN  = -1,
+  KAPA_PLOT_CONNECT      =  0,
+  KAPA_PLOT_HISTOGRAM    =  1,
+  KAPA_PLOT_BARS_SOLID   =  2,
+  KAPA_PLOT_BARS_OUTLINE =  3,
+  KAPA_PLOT_BARS_OUTFILL =  4,
+  KAPA_PLOT_POINTS       =  5,
+  KAPA_PLOT_INVALID_MAX  =  6,
 } KapaPlotStyle;
 
