Enum ChartBarStyles
Styles which can be applied to a Bar Chart. See ChartGraphicBlock.ApplyBarStyle.
Fields
Arrow = 0
Arrow pointing either up or right.
Cylinder = 2
Rounded bar.
Ellipse = 1
Circular style.
InvPyramid = 4
Inverted Pyramid.
NoSideMargins = 8
Toggles whether there is a gap between vertical axis and bars. Set to True by default, it can be used in conjunction with the other options.
Pyramid = 3
Triangular shape.
Rectangle = 5
Solid color Rectangle.
RectGradient = 6
Filled gradient.
SideMargins = 7
Toggles whether there is a gap between vertical axis and bars. Set to True by default, it can be used in conjunction with the other options.