Search
BiaxialChart.setXLabelAlignment Method
See Also
 






Sets the alignment of data labels on the X axis.

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

 Syntax

Java  Copy Code

public void setXLabelAlignment (
    Align value
)

 Parameters

value

A member of the Align enumeration.

 See Also