MindFusion.Charting for Java Programmer's Guide
TextFormat Constructor
See Also
 






  Gauges

Initializes a new instance of the TextFormat class.

Namespace: com.mindfusion.drawing
File: com.mindfusion.drawing

 Syntax

Java  Copy Code

public TextFormat (
    Align horizontalAlign,
    Align verticalAlign
)

 Parameters

horizontalAlign

One of the Align constants.

verticalAlign

One of the Align constants.

 See Also