Search
TextRenderer Members
Constructors Fields 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 Fields

  Name Description

collectModeState

 

 Public Methods

  Name Description

drawLabelAtPoint

Draws the specified label centered at the specified location.

drawLabelInRect

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

drawRotatedLabelInRect

Overloaded. Draws a label rotated at 90 degrees in a specified layout rectangle.

drawText

Draws the specified text in the provided layout rectangle with the specified Font and Align.

enterCollectMode

Enters collect mode.

exitCollectMode

Exits the collect mode.

getLabelFont

Gets the Font used to draw the text.

getTextBrush

Gets the Brush used to draw the text.

measureText

Overloaded.  

setLabelFont

Sets the Font used to draw the specified text.

setTextBrush

Sets the Brush used to draw the specified text.

 See Also