Search
TextRenderer Members
Constructors Properties Methods
 


Draws text and labels inside chart components.

The following tables list the members exposed by the TextRenderer type.

 Public Constructors

  Name Description

TextRenderer

Overloaded.  

 Public Properties

  Name Description

LabelFont

Gets or sets the Font used to draw labels.

TextBrush

Gets or sets the Brush used to draw labels.

 Public Methods

  Name Description

DrawLabelAtPoint

Draws the specified label centered at specified location.

DrawLabelInRect

Draws the specified label in specified layout rectangle.

DrawLeftFromPoint

Draws the specified label on the left side of specified point.

DrawRightFromPoint

Draws the specified label on the right side of specified point.

DrawRotatedLabelInRect

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

 See Also