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

FinancialIndicatorPoint Class

Represents an individual point for the indicators, that are drawn through two data points (such as Fibonacci Indicator or a Trend Line).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class FinancialIndicatorPoint :
    ChartElement

The following members return FinancialIndicatorPoint objects:

Remarks

To create a Fibonacci Indicator or Trend Line, it is necessary to specify its FinancialIndicator.Point1 and FinancialIndicator.Point2 properties.

And, each point is defined by its FinancialIndicatorPoint.Argument and FinancialIndicatorPoint.ValueLevel properties.

For more information, see Indicators.

Inheritance

Object
ChartElement
FinancialIndicatorPoint
See Also