Enumeration
ac.BarType
Defines the possible chart types, either column (default) or bar chart.
Example
var barchartType = ac.BarType.VERTICAL;
Summary
Literals
HORIZONTAL
VERTICAL
Literal detail
HORIZONTAL
VERTICAL