Search
TextRenderer.DrawLeftFromPoint Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void DrawLeftFromPoint (
    Series series,
    int index,
    Point point,
    LabelKinds labelKind
)

Visual Basic  Copy Code

Public Sub DrawLeftFromPoint( _
    series As Series, _
    index As Integer, _
    point As Point, _
    labelKind As LabelKinds _
)

 Parameters

series

A Series whose label to draw.

index

An integer index of the label.

point

A Point specifying the label's location.

labelKind

A member of the LabelKinds enumeration.

 See Also