Tags:
create new tag
view all tags

.XY SET LINE GAP CLR

Sets the color of the line connecting 2 data points when there is a 'NoValue' data point in between.


Usage:

      PASS         <color_spec_name>          FIELD            SHARE? N
      *        OR
      PASS         <color_value>              FIELD            SHARE? N
      PASS         <line_width>               FIELD            SHARE? N
      GOSUB    0CD .XY SET LINE GAP CLR
      *        Check for error 
      IF       0CD .XY SET LINE GAP CLR       NE

Description:

Sets the color and width of the line connecting 2 data points when there is a 'NoValue' data point in between. This is only applicable to XY Charts with a line layer.

You must have initialized the chart as an XY Chart via .CHART INITIALIZE and added a line layer via .XY ADD LINE LAYER for this to have any effect.

The first parameter is either a <color_spec_name> or a <color_value>. See ColorSpec for more information on working with colors. If you pass a blank or nothing at all, no line will be rendered on the chart.

The second parameter is the width of the line. If blank or not passed, it will default to the width of the other lines on the chart.

See Datasets Overview for more information on data sets, data groups, and layers.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2016-10-18

Topic revision: r1 - 2016-10-18 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback