Skip to main content

FinancialIndicators.TrendLines Property

OBSOLETE

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

Provides access to a series’ collection of Trend Lines.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public TrendLineCollection TrendLines { get; }

Property Value

Type Description
TrendLineCollection

A TrendLineCollection object.

Remarks

This property is now obsolete. Use the XYDiagram2DSeriesViewBase.Indicators property instead.

See Also