Search
TextRenderer.drawLabelInRect Method
See Also
 






Draws the specified label in the specified layout rectangle.

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

 Syntax

Java  Copy Code

public void drawLabelInRect (
    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. Note that the members allow bitwise combining.

 See Also