Skip to main content
A newer version of this page is available. .

FinancialIndicatorCollection Class

Represents the base class for the collections containing Trend Lines and Fibonacci Indicators of a series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class FinancialIndicatorCollection :
    ChartElementNamedCollection,
    IEnumerable,
    ICollection,
    IList

Remarks

The FinancialIndicatorCollection class implements the common functionality for the FibonacciIndicatorCollection and TrendLineCollection classes, which aren’t used anymore and retained only for backward compatibility.

Now, indicators of all types are stored together in the IndicatorCollection, returned by the XYDiagram2DSeriesViewBase.Indicators property.

For more information, see Indicators.

See Also