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

FinancialIndicator Class

Represents the base class for Indicators and Trend Lines.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class FinancialIndicator :
    Indicator

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.

See Also