Back to Devexpress

FinancialIndicatorPoint Class

corelibraries-devexpress-dot-xtracharts-2e7b66cf.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FinancialIndicatorPoint :
    ChartElement
vb
Public Class FinancialIndicatorPoint
    Inherits 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

FinancialIndicatorPoint Members

Indicators

DevExpress.XtraCharts Namespace