MindFusion.Charting for Java Programmer's Guide
BarLayout Enumeration
See Also
 






  Gauges

Identifies supported bar placements when rendering multiple bar series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public enum BarLayout

 Members

  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.

 See Also