FillSeries Class

A series of execution fills
public class FillSeries : IEnumerable<Fill>
This language is not supported or no code example is available.
public ref class FillSeries  : public IEnumerable<Fill^>^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Name Description
Public constructor FillSeries(string) Initializes a new instance of the FillSeries class.
Top
Name Description
Public property Count Gets the count.
Public property Item(int) Gets the Fill at the specified index.
Public property Max Gets the maximum.
Public property Min Gets the minimum.
Top
Methods
 
Name Description
Public method Add(Fill) Adds the specified fill.
Public method Clear() Clears this instance.
Public method GetEnumerator() Returns an enumerator that iterates through the collection.
Public method GetIndex(DateTime, IndexOption) Gets the index.
Top

In this article

Definition