Charting for WinForms Programmer's Guide
TextRenderer.DrawRightFromPoint Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void DrawRightFromPoint (
    Series series,
    int index,
    PointF point,
    LabelKinds labelKind
)

Visual Basic  Copy Code

Public Sub DrawRightFromPoint( _
    series As Series, _
    index As Integer, _
    point As PointF, _
    labelKind As LabelKinds _
)

 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

TextRenderer Members
TextRenderer Class
MindFusion.Charting Namespace