TextAutofitMax

This property sets the maximum font size in virtual coordinates that automatic fitting will use to fit or size graph labels and legend text. It does not affect the graph title, subtitle, and footnote.

Syntax:

setTextAutofitMax(value);
value = setTextAutofitMax();

where:

value

Is any integer. 1600 is the default value.

Example:

setTextAutofitMax(2600);
setTextAutofitMin(200);
setDepthRadius(0);

bar graph

setTextAutofitMax(1000);
setTextAutofitMin(200);

bar graph


WebFOCUS