Click or drag to resize

IndicatorBaseAddPlot(String, PlotStyle, Pen, Boolean) Method


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected void AddPlot(
	string displayName,
	PlotStyle plotStyle,
	Pen pen,
	bool isDisplayedInYAxis = true
)

Parameters

displayName  String
 
plotStyle  PlotStyle
 
pen  Pen
 
isDisplayedInYAxis  Boolean  (Optional)
 
See Also