Click or drag to resize

IndicatorBaseAddLine(String, Double, Pen) Method

Add a Line

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected void AddLine(
	string displayName,
	double value,
	Pen pen
)

Parameters

displayName  String
Display name of the line
value  Double
Value at which the line will be drawn
pen  Pen
Pen
Exceptions
ExceptionCondition
Exception
See Also