Back to Devexpress

ChartHitInfo.InRegressionLine Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-3b345479.md

latest1.7 KB
Original Source

ChartHitInfo.InRegressionLine Property

OBSOLETE

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

Gets a value indicating whether the test point is within the regression line.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true if the test point is within a regression line; otherwise, false.

|

Remarks

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

See Also

InIndicator

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace