corelibraries-devexpress-dot-xtracharts-fe56ab44.md
Represents the base class for the collections containing Trend Lines and Fibonacci Indicators of a series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class FinancialIndicatorCollection :
ChartElementNamedCollection,
IEnumerable,
ICollection,
IList
Public MustInherit Class FinancialIndicatorCollection
Inherits ChartElementNamedCollection
Implements IEnumerable,
ICollection,
IList
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.
Object CollectionBase ChartCollectionBase ChartElementNamedCollection FinancialIndicatorCollection FibonacciIndicatorCollection
See Also