Represents different bar types.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public enum BarType |
Member name | Description | |
---|---|---|
Vertical |
Bars representing data at the same index in a Series are drawn vertical, next to each other. |
|
VerticalOverlay |
Bars representing data at the same index in a Series are drawn over each other. |
|
VerticalStacked |
Bars representing data at the same index in a Series are drawn stacked. |
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |