.XY SET BAR SHAPE:LR
This subroutine sets the shape of the bars in the current Layer.
Usage:
PASS <shape_name> FIELD SHARE? N
GOSUB 0CD .XY SET BAR SHAPE:LR
* Check for error
IF 0CD .XY SET BAR SHAPE:LR NE
Description:
This subroutine sets the shape of the bars in the current Layer.
<shape_name> must refer to a shape you previously defined using
.SHAPE INITIALIZE. The subroutine will cancel if this parameter is not passed.
See
Datasets Overview for more information on working with data.
Also see
.XY SET BAR SHAPE:DP to set the shape for the "current" data point,
.XY SET BAR SHAPE:DG to set the shape for the "current" data group, and
.XY SET BAR SHAPE:DS to set the shape for the "current" data set template.
<shape_name> becomes the "current" shape spec after calling this routine.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-03