RemoveChartDrawing()

Description

The RemoveChartDrawing() method removes a specific drawing object from the chart based on a unique identifier (tag). See RemoveChartDrawings().

Usage

RemoveChartDrawings(string tag)

Return Value

none

Parameter

string tag The clearly identifiable name for the drawing object

Example

RemoveChartDrawings("My line");

Last updated