Search
TextRenderer Members
Properties Methods
 


Draws text and labels inside chart components.

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

 Public Properties

  Name Description

LabelFont

Gets or sets the Font used to draw labels.

TextBrush

Gets or sets the System.Drawing.Brush used to draw labels.

 Public Methods

  Name Description

Dispose

Disposes the font and brush associated with this object.

DrawLabelAtPoint

Draws the specified label centered at specified location.

DrawLabelInRect

Draws the specified label in specified layout rectangle.

DrawRightFromPoint

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

DrawRotatedLabelInRect

 

 See Also