setSourceData method

This method resets the source range for the chart.

Defined in

Chart

Syntax

public void setSourceData(Range range) throws SymphonyException

Parameters

Range range

Specifies the source range of the chart. If the source range is in another sheet, this method throws an exception.

See examples

Example: setSourceData method