Search
TextRenderer Constructor
See Also
 






Initializes a new instance of the TextRenderer class with the specified RenderContext, font and Brush.

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

 Syntax

Java  Copy Code

public TextRenderer (
    RenderContext context,
    Font font,
    Brush textBrush
)

 Parameters

context

A RenderContext instance.

font

A Font instance.

textBrush

A Brush instance.

 See Also