IndicatorBaseAddPlot(String, PlotStyle, Brush, Double, Boolean) Method |
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax 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