IndicatorBaseAddLine(String, Double, Pen) Method |
Add a
Line. This method must be called from the OnStateChange method when the
State is in
Initialize Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntaxprotected 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
See Also