Click or drag to resize

IndicatorBaseAddPlot(String, PlotStyle, Brush, Double, 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,
	Brush brush,
	double thickness = 2,
	bool isDisplayedInYAxis = true
)

Parameters

displayName  String
Display name of the plot
plotStyle  PlotStyle
PlotStyle
brush  Brush
Brush
thickness  Double  (Optional)
Thickness
isDisplayedInYAxis  Boolean  (Optional)
Is displayed in the Y-Axis
Exceptions
ExceptionCondition
Exception
See Also