Back to Devexpress

ChartHitInfo.RegressionLine Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-5b661d7d.md

latest1.7 KB
Original Source

ChartHitInfo.RegressionLine Property

OBSOLETE

This property is now obsolete. Use the Indicator property instead.

Gets a regression line which is located under the test point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Obsolete("This property is now obsolete. Use the Indicator property instead.")]
public RegressionLine RegressionLine { get; }
vb
<Obsolete("This property is now obsolete. Use the Indicator property instead.")>
Public ReadOnly Property RegressionLine As RegressionLine

Property Value

TypeDescription
RegressionLine

A RegressionLine object.

|

Remarks

This property is now obsolete. Instead, use the ChartHitInfo.Indicator property .

See Also

Indicator

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace