ValidSeriesMin

This property gets or sets the minimum number of series that can be used to draw a graph. If ViewableSeries is set to a value lower than the value assigned to ValidSeriesMin, the "Not Enough Data To Draw Chart" message is generated.

Syntax:

setValidSeriesMin(value);
value = getValidSeriesMin();

where:

value

Is any positive integer. 1 is the default value.

Example:

setDepthAngle(0);
setViewableSeries(3); 
setValidSeriesMin(4);
setCurveFitNumSegments(100);
setValidGroupsMin(3);
setViewableGroups(3);
setDepthRadius(0);

Not Enough Data to Draw a Chart message

See ViewableSeries.


WebFOCUS