Skip to main content

FinancialIndicator Class

Represents the base class for Indicators and Trend Lines.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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.

Implements

See Also