Search
Chart.setLegendHorizontalAlignment Method
See Also
 






Sets the horizontal alignment of the legend.

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

 Syntax

Java  Copy Code

public void setLegendHorizontalAlignment (
    LayoutAlignment value
)

 Parameters

value

One of the LayoutAlignment enumeration values.

 See Also