FinancialIndicator Class
Represents the base class for Indicators and Trend Lines.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The FinancialIndicator class serves as a base for the FibonacciIndicator and TrendLine classes, and exposes the FinancialIndicator.Point1 and FinancialIndicator.Point2 properties, necessary for creation of any FinancialIndicator descendant.
For more information, see Indicators.
Implements
Inheritance
See Also