Identifies supported bar placements when rendering multiple bar series.
Namespace: com.mindfusion.charting
Package: com.mindfusion.charting
Java
![]() |
---|
public enum BarLayout |
Member name | Description | |
---|---|---|
![]() |
Overlay |
Elements at the same index from all Series are rendered as overlaid bars. |
![]() |
SideBySide |
Elements at the same index from all Series are rendered as a group of side-by-side bars. |
![]() |
Stack |
Elements at same index from all Series are rendered as stacked bars. |