Click or drag to resize

IndicatorBaseTryRemoveDrawing Method

Remove a DrawingBase

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected bool TryRemoveDrawing(
	string tag,
	bool isBarsPanel = false
)

Parameters

tag  String
Tag of the DrawingBase
isBarsPanel  Boolean  (Optional)
Is drawn in the Bars panel

Return Value

Boolean
See Also