Search
BarChart3D Constructor
See Also
 






Initializes a new instance of the BarChart3D class with the specified BarLayout.

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

 Syntax

Java  Copy Code

public BarChart3D (
    BarLayout barLayout
)

 Parameters

barLayout

One of the BarLayout enumeration values.

 See Also