Data Text

In addition to labels and titles, you may also enable/disable the display of data values (data text) in a graph.

data text in a graph

Use the following properties and methods to display data text and define where and how the data text is displayed:

The DataTextPosition property determines where data text labels are displayed in the graph. If this property is set to zero, the values set by DataTextAngleDefault or setDataTextAngle and DataTextRadiusDefault or SetDataTextRadius will be used to determine where data text is displayed. The following examples show the data text positions that can be selected with DataTextPosition (1...5).

Example:

setDataTextPosition(1);

DataTextPosition (1)

Example:

setDataTextPosition(2);

DataTextPosition (2)

Example:

setDataTextPosition(3);

DataTextPosition (3)

Example:

setDataTextPosition(4);

DataTextPosition (4)

Example:

setDataTextPosition(5);

DataTextPosition (5)

Data text is typically drawn for all series and groups.


WebFOCUS