Search
TextRenderer.DrawLabelInRect Method
See Also
 






Draws the specified label in specified layout rectangle.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void DrawLabelInRect (
    Series series,
    int index,
    Rect bounds,
    LabelKinds labelKind
)

Visual Basic  Copy Code

Public Sub DrawLabelInRect( _
    series As Series, _
    index As Integer, _
    bounds As Rect, _
    labelKind As LabelKinds _
)

 Parameters

series

A Series whose label to draw.

index

An integer index of the label.

bounds

A Microsoft.Maui.Graphics.Rect specifying the layout rectangle.

labelKind

A member of the LabelKinds enumeration.

 See Also