IndicatorBaseAddPlot(String, PlotStyle, Pen, 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,
Pen pen,
bool isDisplayedInYAxis = true
)
Parameters
- displayName String
- Display name of the plot
- plotStyle PlotStyle
- PlotStyle
- pen Pen
- Pen
- isDisplayedInYAxis Boolean (Optional)
- Is displayed in Y-Axis
Exceptions
See Also