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

Initializes a new instance of the TextRenderer class.

 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 the specified point.

drawRightFromPoint

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

 See Also