ASP.NET Pack Programmer's Guide
TextRenderer.DrawRotatedLabelInRect Method (String, RectangleF, Brush, StringAlignment)
See Also
 





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

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

text

A string containing the text to draw.

bounds

A RectangleF specifying the layout rectangle.

textBrush

A System.Drawing.Brush instance.

alignment

A member of the StringAlignment enumeration.

 See Also

DrawRotatedLabelInRect Method Overload List
TextRenderer Members
TextRenderer Class
MindFusion.Charting Namespace