IndicatorBaseAddPlot(String, PlotStyle, Brush, Double, Boolean) Method |
Add a
Plot series. This method must be called from the OnStateChange method when the
State is in
Initialize Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntaxprotected 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
See Also