Identifies supported bar placements when rendering multiple bar series.
Namespace: com.mindfusion.charting
File: 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. |
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |