Removes a chart from a Text Control document.

Remove(DataVisualization.ChartFrame)

public bool Remove(DataVisualization.ChartFrame chartFrame);
Public Function Remove(ByVal chartFrame As DataVisualization.ChartFrame) As Boolean

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.