MindFusion.Java Package Programmer's Guide
TextRenderer.drawRotatedLabelInRect Method (Series, Int32, Rectangle2D, LabelKinds)
See Also
 






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

Namespace: com.mindfusion.charting
Package: 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

drawRotatedLabelInRect Method Overload List
TextRenderer Members
TextRenderer Class
com.mindfusion.charting Namespace