SeriesLineWidthDefault

This property sets the default line width for all series in a line graph.

Syntax:

setSeriesLineWidthDefault(value);
value = getSeriesLineWidthDefault();

where:

value

Is any integer between 1 and 100. 3 is the default value.

Example:

setGraphType(41);
setDepthAngle(0);
setDepthRadius(0);
setFootnoteDisplay(false);
setSubtitleDisplay(false);
setTitleString("SeriesLineWidthDefault(25)");  setSeriesLineWidthDefault(25);

line  graph

setGraphType(41);
setDepthAngle(0);
setDepthRadius(0);
setFootnoteDisplay(false);
setSubtitleDisplay(false);
setTitleString("SeriesLineWidthDefault(2)");  setSeriesLineWidthDefault(2);

line graph

Note: DepthRadius must be zero in order for this property to work.


WebFOCUS