Search
TextRenderer.drawRotatedLabelInRect Method
See Also
 






Draws the specified text rotated at 90-degrees in the specified layout rectangle using the specified Brush and Align.

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

 Syntax

Java  Copy Code

public void drawRotatedLabelInRect (
    String text,
    Rectangle2D bounds,
    Brush textBrush,
    Align alignment
)

 Parameters

text

A string containing the text to draw.

bounds

A Rectangle2D specifying the layout rectangle.

textBrush

A Brush instance.

alignment

Obe of the Align enumeration values.

 See Also