Interface ICandlesSource
Represents a collection of candles, that can be used as a value for the CandlesSource property of the CandleChart class.
Inherited Members
      System.Collections.Generic.IList<FancyCandles.ICandle>.IndexOf(FancyCandles.ICandle)
    
    
      System.Collections.Generic.IList<FancyCandles.ICandle>.Insert(System.Int32, FancyCandles.ICandle)
    
    
      System.Collections.Generic.IList<FancyCandles.ICandle>.RemoveAt(System.Int32)
    
    
      System.Collections.Generic.IList<FancyCandles.ICandle>.Item[System.Int32]
    
    
      System.Collections.Generic.ICollection<FancyCandles.ICandle>.Add(FancyCandles.ICandle)
    
    
      System.Collections.Generic.ICollection<FancyCandles.ICandle>.Clear()
    
    
      System.Collections.Generic.ICollection<FancyCandles.ICandle>.Contains(FancyCandles.ICandle)
    
    
      System.Collections.Generic.ICollection<FancyCandles.ICandle>.CopyTo(FancyCandles.ICandle[], System.Int32)
    
    
      System.Collections.Generic.ICollection<FancyCandles.ICandle>.Remove(FancyCandles.ICandle)
    
    
      System.Collections.Generic.ICollection<FancyCandles.ICandle>.Count
    
    
      System.Collections.Generic.ICollection<FancyCandles.ICandle>.IsReadOnly
    
    
      System.Collections.Generic.IEnumerable<FancyCandles.ICandle>.GetEnumerator()
    
  Namespace: FancyCandles
Assembly: FancyCandles.dll
Syntax
public interface ICandlesSource : IList<ICandle>, ICollection<ICandle>, IEnumerable<ICandle>, IEnumerable
  Properties
| Improve this Doc View SourceTimeFrame
Gets the time frame of the candle collection.
Declaration
TimeFrame TimeFrame { get; }
  Property Value
| Type | Description | 
|---|---|
| TimeFrame | The time frame of the candle collection.  |