optimizeData()

This method asks the chart to optimize the data. In general, this results in a no operation. But some charts can apply optimization methods.

Syntax:

boolean optimizeData();

Input:

None

Return:

boolean; true/false

true=

Data is optimized.

false=

Data is not optimized.

Also See:

reloadOriginalData()

outputParamString()

This method can be used to obtain a string of parameters that defines a chart. It will return a string buffer with all changes from the "default" settings of the chart.

Syntax:

java.lang.String outputParamString ();

Input:

None

Return:

String = a string of parameters that define a chart

Also See:

inputParamString()