Search
TextRenderer Constructor
See Also
 






Initializes a new instance of the TextRenderer class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public TextRenderer (
    RenderContext context,
    Font font,
    Brush textBrush,
    Brush background,
    Pen borderPen
)

 Parameters

context

A RenderContext instance.

font

A System.Drawing.Font instance.

textBrush

A System.Drawing.Brush instance.

background

A Brush that will be used to draw labels' background.

borderPen

A Pen that will be used to draw labels' borders.

 See Also