Search
TextRenderer.DrawRotatedLabelInRect Method (Series, Int32, Rect, LabelKinds)
See Also
 






Draws the specified label rotated at 90 degrees in specified layout rectangle.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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