UseSeriesBorderDefaults

This property enables or disables the use of the riser border color set by the SeriesDefaultBorderColor property or transparent borders set by SeriesDefaultTransparentBorderColor.

Syntax:

setUseSeriesBorderDefaults(boolean); 
boolean = getUseSeriesBorderDefaults();

where:

boolean

Can be one of the following:

true uses the SeriesDefaultBorderColor for riser borders if SeriesDefaultTransparentBorderColor is false. If SeriesDefaultTransparentBorderColor is true, the property makes the riser borders transparent (that is, they are drawn with the same color as the riser's fill color).

false draws black riser borders or color defined by other methods (for example: setSelectionBorderColor(), setSeriesBorderColor(), and so on).This value is the default.

See SeriesDefaultBorderColor and SeriesDefaultTransparentBorderColor.


WebFOCUS