SeriesDefaultTransparentBorderColor

When UseSeriesBorderDefaults is enabled, this property enables or disables the use of a transparent border color around the edges of risers. This property is only used when UseSeriesBorderDefaults is enabled and is ignored when UseSeriesBorderDefaults is disabled.

Syntax:

setSeriesDefaultTransparentBorderColor(boolean);
boolean = setSeriesDefaultTransparentBorderColor();

where:

boolean

Can be one of the following:

true uses transparent edges around risers. This value is the default.

false uses the color assigned to SeriesDefaultBorderColor.

Example:

setUseSeriesBorderDefaults(true);  setSeriesDefaultTransparentBorderColor(true);

3D bar graph

See SeriesDefaultBorderColor, UseSeriesBorderDefaults.


WebFOCUS