Search
TextRenderer.drawRotatedLabelInRect Method
See Also
 






Draws the specified label rotated at 90 degrees in the specified layout rectangle.

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

 Syntax

Java  Copy Code

public void drawRotatedLabelInRect (
    Series series,
    int index,
    Rectangle2D bounds,
    LabelKinds labelKind
)

 Parameters

series

The Series that contains the label.

index
The zero-based index of the label in the Series.
bounds

A Rectangle2D specifying the layout rectangle.

labelKind
One of the LabelKinds enumeration values. The members allow bitwise combining.

 See Also