X1LabelAutofit

This property is used to automatically fit/size all numeric axis labels on the numeric X-axis.

Syntax:

setX1LabelAutofit(boolean);
boolean = getX1LabelAutofit();

where:

boolean

Can be one of the following:

true enables automatic fit/size. The font size of these objects cannot be changed to a size that is larger than the relative location or size of the object and objects around it. This value is the default.

false disables automatic fit/size. The font size can be set to any value allowing very large font sizes to overlap other objects in the graph.

Example:

setGraphType(61);
setFontSizeVC(getX1Label(),3471); 
setX1LabelAutofit(true);

scatter graph

setX1LabelAutofit(false);

scatter graph

See X1LabelDisplay.


WebFOCUS