DataLineThickness

When a 2.5D effect is applied to a vertical or horizontal line graph with DepthAngle and DepthRadius, the DataLineThickness property defines the width of the "fake 3D" lines in the graph.

Syntax:

setDataLineThickness(value);
value = getDataLineThickness();

where:

value

Is an integer value between 1 and 100. A value of one produces very thin lines, a value of 100 produces very thick 3D ribbons. 30 is the default value.

Example:

setGraphType(53);  setDataLineThickness(90);

2.5D line graph

setDataLineThickness(10);

2.5D line graph

See DepthAngle, DepthRadius.


WebFOCUS