Platforms to show: All Mac Windows Linux Cross-Platform

Back to CDInterLineLayerMBS class.

CDInterLineLayerMBS.setGapColor(gapColor12 as Color, gapColor21 as Color)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other setGapColor method, but uses color instead of integer data type for passing color values.

See also:

CDInterLineLayerMBS.setGapColor(gapColor12 as Integer, gapColor21 as Integer = -1)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the color used to fill the area under NoValue data points.

By default, if there are NoValue data points on the lines, ChartDirector will interpolate across the points. The region will remain continuous.

This method can be used to set up an alternative colors to represent the regions at NoValue data point positions. In particular, if the colors are set to Transparent, the NoValue data points will result in gaps in the fill region.
ArgumentDefaultDescription
gapColor12(Mandatory)The color used to fill the region under NoValue positions when value of the first line is greater of the value of the second line.
gapColor21-1The color used to fill the region under NoValue positions when value of the second line is greater of the value of the first line. The default value of -1 means it is the same as gapColor12.

See also:

The items on this page are in the following plugins: MBS ChartDirector Plugin.


The biggest plugin in space...