---+ .XY SET LINE GAP CLR _Sets the color of the line connecting 2 data points when there is a 'NoValue' data point in between._ <br />%TOC% ---++ Usage: <pre> 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<br /><br /></pre> ---++ 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 [[CDChartInitialize][.CHART INITIALIZE]] and added a line layer via [[CDXYAddLineLayer][.XY ADD LINE LAYER]] for this to have any effect. The first parameter is either a <color_spec_name> or a <color_value>. <span data-mce-mark="1" style="background-color: transparent;">See </span> ColorSpec <span data-mce-mark="1" style="background-color: transparent;"> for more information on working with colors. If you pass a blank or nothing at all, no line will be rendered on the chart.</span> 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 [[CDOverviewDatasetDefinition][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._ <br />%COMMENT% -- Main.JeanNeron - 2016-10-18
This topic: Main
>
WebHome
>
APPX510Features
>
CDChartDirectorDesignerAPI
>
CDChartDirectorXYChartRoutines
>
CDXYSetBarLineGapClr
Topic revision: r1 - 2016-10-18 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback