Charting for WinForms Programmer's Guide
TextRenderer.DrawRotatedLabelInRect Method (Series, Int32, RectangleF, 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,
    RectangleF bounds,
    LabelKinds labelKind
)

Visual Basic  Copy Code

Public Sub DrawRotatedLabelInRect( _
    series As Series, _
    index As Integer, _
    bounds As RectangleF, _
    labelKind As LabelKinds _
)

 Parameters

series

A Series whose label to draw.

index

An integer index of the label.

bounds

A RectangleF specifying the layout rectangle.

labelKind

A member of the LabelKinds enumeration.

 See Also

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