Search
TextRenderer.DrawRotatedLabelInRect Method (String, Rect, Brush, StringAlignment, StringAlignment)
See Also
 






Draws a 90-degree rotated text in specified layout rectangle.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void DrawRotatedLabelInRect (
    string text,
    Rect bounds,
    Brush textBrush,
    StringAlignment alignment,
    StringAlignment lineAlignment
)

Visual Basic  Copy Code

Public Sub DrawRotatedLabelInRect( _
    text As String, _
    bounds As Rect, _
    textBrush As Brush, _
    alignment As StringAlignment, _
    lineAlignment As StringAlignment _
)

 Parameters

text

A string containing the text to draw.

bounds

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

textBrush

A Brush instance.

alignment

A member of the StringAlignment enumeration.

lineAlignment

 See Also