Enums

enum DatasetType

Defines the dataset type

case bar

The dataset is to be plotted as a bar chart

case line

The dataset is to be plotted as a line chart

enum Orientation

Defines the chart orientation

case horizontal

Render the chart horizontally

case vertical

Render the chart vertically