Click or drag to resize

IndicatorBaseAddPlot(String, PlotStyle, Pen, Boolean) Method

Add a Plot series

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

Parameters

displayName  String
Display name of the plot
plotStyle  PlotStyle
PlotStyle
pen  Pen
Pen
isDisplayedInYAxis  Boolean  (Optional)
Is displayed in Y-Axis
Exceptions
ExceptionCondition
Exception
See Also