charttype.d 54 B

123456
  1. module charttype;
  2. enum ChartType {
  3. column, bar
  4. }