Back to Devexpress

FinancialIndicator Class

corelibraries-devexpress-dot-xtracharts-bfecc9b3.md

latest2.2 KB
Original Source

FinancialIndicator Class

Represents the base class for Indicators and Trend Lines.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class FinancialIndicator :
    Indicator
vb
Public MustInherit Class FinancialIndicator
    Inherits 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

IXtraSerializable

Inheritance

Object ChartElement ChartElementNamed Indicator FinancialIndicator FibonacciIndicator

TrendLine

See Also

FinancialIndicator Members

Indicators

DevExpress.XtraCharts Namespace