Click or drag to resize

Plot Constructor

Constructor for Plot

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public Plot(
	IndicatorBase owner,
	string name,
	PlotStyle plotStyle,
	Pen pen,
	bool isDisplayedInYAxis,
	int index
)

Parameters

owner  IndicatorBase
 
name  String
Name
plotStyle  PlotStyle
PlotStyle
pen  Pen
Pen
isDisplayedInYAxis  Boolean
Is displayed in yAxis
index  Int32
 
See Also