DataTextDisplay

This property enables or disables the display of data values next to risers or markers in a graph. DataTextFormat can be used to define the format (for example: %, $, and so on) of values displayed on the risers. You can use DataTextPosition, or DataTextAngleDefault and DataTextRadiusDefault, to define the location where data text values are displayed.

Syntax:

setDataTextDisplay(boolean);
boolean = getDataTextDisplay();

where:

boolean

Can be one of the following:

true enables the display of data values.

false disables the display of data values. This value is the default.

Example:

setDataTextDisplay(true);
setDepthRadius(0);
setViewableGroups(3);
setViewableSeries(3);
setDataTextPosition(3);
setGraphType(23); 
setDataScrollerPresenceGroups(0);

percentage bar graph

setDataTextDisplay(false);

percentage bar graph

Note: Use PieFeelerTextDisplay and PieRingTotalDisplay to display data values in a pie graph.

See DataTextAngleDefault, DataTextFormat, DataTextPosition, DataTextRadiusDefault.


WebFOCUS