Click or drag to resize

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.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntax
C#
public Series<double>[] Values { get; }

Property Value

SeriesDouble
See Also