Search
Chart.setLegendVerticalAlignment Method
See Also
 






Sets the vertical alignment of the legend.

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

 Syntax

Java  Copy Code

public void setLegendVerticalAlignment (
    LayoutAlignment value
)

 Parameters

value

One of the LayoutAlignment enumeration values.

 See Also