corelibraries-devexpress-dot-xtracharts-2e7b66cf.md
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
public class FinancialIndicatorPoint :
ChartElement
Public Class FinancialIndicatorPoint
Inherits ChartElement
The following members return FinancialIndicatorPoint objects:
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.
Object ChartElement FinancialIndicatorPoint
See Also