Search
TextRenderer.drawRightFromPoint Method
See Also
 






Draws the specified label on the right side of the specified point.

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

 Syntax

Java  Copy Code

public void drawRightFromPoint (
    Series series,
    int index,
    Point2D point,
    LabelKinds labelKind
)

 Parameters

series

The Series that contains the label.

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

A Point2D specifying the label's location.

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

 See Also