AxisTextAutofitMax

When axis text is automatically fitted (for example, O1LabelAutofit or Y1LabelAutofit is true) and AxisTextAutofitMode is set to zero, this property defines the maximum size of autofitted axis text in virtual coordinates.

Note: If this property is used, set GRAPHENGINE to OLD.

Syntax:

setAxisTextAutofitMax(value);
value = getAxisTextAutofitMax();

where:

value

Is any integer value. It should be greater than AxisTextAutofitMin. 2000 is the default value.

Example:

setViewableSeries(3);
setAxisTextAutofitMin(200); 
setAxisTextAutofitMax(2500);
setY1LabelAutofit(true);
setDataScrollerPresenceGroups(0);
setViewableGroups(3);
setDepthRadius(0);

bar graph

setAxisTextAutofitMax(25000);

bar graph

See AxisTextAutofitMin, AxisTextAutofitMode.


WebFOCUS