.XY SET DATA LABEL:DS
This subroutine turns data labels on or off for the "current" dataset template.
Usage:
PASS <data_total_sw> FIELD SHARE? N
GOSUB 0CD .XY SET DATA LABEL:DS
* Check for error
IF 0CD .XY SET DATA LABEL:DS NE
Description:
This subroutine turns data labels on or off for the current dataset template.
The parameter is optional, valid values are: On, Off, True, False. If blank or not passed, the aggregate labels will be turned off.
Data labels are text used label data points in the layer. Different layer types put data labels in different positions. For example, in a bar chart, data labels are put at the internal end of the bar. For a line chart, data labels are put above the data points.
The data label text box become the "current" text box and subsequent calls to the various .TEXT subroutines may be made to further set/modify it's text attributes.
To set the data labels for all datasets in the layer, see
.XY SET DATA LABEL.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-01-11
--
JeanNeron - 2012-01-11