.LAYER ADD DATA GROUP
This subroutine adds a Data Group to the current chart layer.
Usage:
PASS <data_group_name> FIELD SHARE? N
GOSUB 0CD .LAYER ADD DATA GROUP
IF 0CD .LAYER ADD DATA GROUP NE
Description:
This subroutine adds a Data Group to the current chart layer. The chart must have been initialized as an "XY Chart" via
.CHART INITIALIZE and a layer created via
.XY ADD BAR LAYER before calling this routine.
<data_group_name> is optional. If passed, it will become the name of this data group.
See
Datasets Overview for more information on working with data.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-03