RemoveDrawObject()
RemoveDrawObject()
Definition
Removes a draw object from the chart based on its tag value.
This method will ONLY remove DrawObjects which were created by a NinjaScript object. User drawn objects CANNOT be removed from via NinjaScript.
Method Return Value
This method does not return a value.
Syntax
RemoveDrawObject(string tag)

