FinancialIndicators Class
Stores the Fibonacci Indicators and Trend Lines that belong to a specific series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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.
Implements
Inheritance
Object
ChartElement
FinancialIndicators
See Also