SharpScriptBaseRemoveChartObject Method (String) |
Removes the chartObject having the tag name. If tag name is null or empty then removes all the chartObjects drawn by the indicator
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public void RemoveChartObject(
string tag
)
Parameters
- tag
- Type: SystemString
The tag name of the chartObject
See Also