MindFusion.Charting for Java Programmer's Guide
BarChart.setBarLayout Method
See Also
 






  Gauges

Specifies the layout of bars when multiple Series are rendered.

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

 Syntax

Java  Copy Code

public void setBarLayout (
    BarLayout value
)

 Parameters

value

One of the BarLayout enumeration values.

 See Also