IndicatorBaseValues Property |
Gets the
Plot series. The length of the array depends on the number of
Plots are there. This is populated when user calls the
AddPlot(String, PlotStyle, Pen, Boolean) method. The indicator values as calculated in the OnBarUpdate method is stored here.
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntaxpublic Series<double>[] Values { get; }Property Value
SeriesDouble
See Also