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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class FinancialIndicatorPoint :
ChartElement
Related API Members
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