Search
TextRenderer.drawLeftFromPoint Method
See Also
 






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

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

 Syntax

Java  Copy Code

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

 Parameters

series

A Series whose label to draw.

index

An integer index of the label.

point

A PointF specifying the label's location.

labelKind

A member of the LabelKinds enumeration.

 See Also