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

FinancialIndicators Class

Stores the Fibonacci Indicators and Trend Lines that belong to a specific series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class FinancialIndicators :
    ChartElement,
    IXtraSupportDeserializeCollectionItem

Remarks

An object of the FinancialIndicators type is returned by the XYDiagram2DSeriesViewBase.FinancialIndicators property, which is now obsolete. The FinancialIndicators class is not used anymore, and is only retained for backward compatibility.

Now, all FinancialIndicator descendants (Fibonacci Indicators and Trend Lines), along with other indicator types available, are stored in the IndicatorCollection, returned by the XYDiagram2DSeriesViewBase.Indicators property.

For more information, see Indicators.

Inheritance

Object
ChartElement
FinancialIndicators
See Also