Click or drag to resize

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

Parameters

displayName  String
 
plotStyle  PlotStyle
 
brush  Brush
 
thickness  Double  (Optional)
 
isDisplayedInYAxis  Boolean  (Optional)
 
See Also