Removes a chart from a Text Control document.

Remove(DataVisualization.ChartFrame)

public bool Remove(DataVisualization.ChartFrame chartFrame);

Parameters

Parameter Description
chartFrame Specifies the chart to remove.

Return Value

The return value is true, if the chart could be removed. Otherwise, it is false.