Removes a chart from a Text Control document.
public bool Remove(DataVisualization.ChartFrame chartFrame);
Public Function Remove(ByVal chartFrame As DataVisualization.ChartFrame) As Boolean
Parameter | Description |
---|---|
chart |
Specifies the chart to remove. |
The return value is true, if the chart could be removed. Otherwise, it is false.