Search
BarChart.setHorizontalBars Method
See Also
 






Sets a value identifying whether bars are rendered horizontal.

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

 Syntax

Java  Copy Code

public void setHorizontalBars (
    boolean value
)

 Parameters

value

true if bars are rendered horizontal; otherwise, false.

 See Also