Search
TextRenderer.DrawLabelAtPoint Method
See Also
 






Draws the specified label centered at specified location.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Sub DrawLabelAtPoint( _
    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