Search
BiaxialChart.setYLabelAlignment Method
See Also
 






Sets the alignment of data labels on the Y axis.

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

 Syntax

Java  Copy Code

public void setYLabelAlignment (
    Align value
)

 Parameters

value

A member of the Align enumeration.

 See Also