Constructor for Plot
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax 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