Skip to main content

FinancialIndicatorCollection Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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