Enums ===== .. php:enum:: DatasetType Defines the dataset type .. php:case:: bar The dataset is to be plotted as a bar chart .. php:case:: line The dataset is to be plotted as a line chart .. php:enum:: Orientation Defines the chart orientation .. php:case:: horizontal Render the chart horizontally .. php:case:: vertical Render the chart vertically