Back to Devexpress

ChartHitInfo.InTrendLine Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-e85efe0c.md

latest1.7 KB
Original Source

ChartHitInfo.InTrendLine Property

OBSOLETE

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

Gets a value indicating whether the test point is within the trendline.

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 InTrendLine { get; }
vb
<Obsolete("This property is now obsolete. Use the InIndicator property instead.")>
Public ReadOnly Property InTrendLine As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

InIndicator

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace