Click or drag to resize

ISeriesT Interface

A collection of data points which is syncronized with the Count.

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public interface ISeries<T>

Type Parameters

T
Type

The ISeriesT type exposes the following members.

Properties
 NameDescription
Public propertyCount Count of the collection
Public propertyDisplayName Display name
Public propertyItem Gets the value of the specified index
Public propertyLast Gets the most recent value. This is valid only when the T is a Double
Public propertyOwnerIndicatorBase. Properties like Calculate are derived from the owner
Public propertyParent The parent IBar
Top
Methods
 NameDescription
Public methodHasValue If the index has a valid data set
Top
See Also