IFinancialChartOverlayBoundsProvider Interface
Definition
Implemented by financial overlays that contribute values to the financial chart price bounds.
public interface IFinancialChartOverlayBoundsProvider
Methods
| Name | Description |
|---|---|
| GetFinancialOverlayValues | No summary available. |
GetFinancialOverlayValues Method
public System.Collections.Generic.IEnumerable<double> GetFinancialOverlayValues(System.Collections.Generic.IReadOnlyCollection<DateTime> visibleDates)
Parameters
visibleDates System.Collections.Generic.IReadOnlyCollection<DateTime>
Returns
System.Collections.Generic.IEnumerable<double>