Back to Devexpress

ChartHitInfo.TrendLine Property

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

latest1.6 KB
Original Source

ChartHitInfo.TrendLine Property

OBSOLETE

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

Gets a Trend 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 TrendLine TrendLine { get; }
vb
<Obsolete("This property is now obsolete. Use the Indicator property instead.")>
Public ReadOnly Property TrendLine As TrendLine

Property Value

TypeDescription
TrendLine

A TrendLine object.

|

Remarks

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

See Also

Indicator

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace