Back to Devexpress

TrendLineCollection Class

corelibraries-devexpress-dot-xtracharts-c94fac34.md

latest2.4 KB
Original Source

TrendLineCollection Class

Represents a collection of Trend Lines of a specific series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class TrendLineCollection :
    FinancialIndicatorCollection
vb
Public Class TrendLineCollection
    Inherits FinancialIndicatorCollection

Remarks

An object of the TrendLineCollection type is returned by the FinancialIndicators.TrendLines property, which is now obsolete. The TrendLineCollection class isn’t used anymore, and is only retained for backward compatibility.

Now, individual TrendLine objects are stored in the IndicatorCollection (along with other indicator types available), returned by the XYDiagram2DSeriesViewBase.Indicators property.

For more information, refer to Trend Lines.

Inheritance

Object CollectionBase ChartCollectionBase ChartElementNamedCollection FinancialIndicatorCollection TrendLineCollection

See Also

TrendLineCollection Members

IndicatorCollection

Indicators

Trend Lines

DevExpress.XtraCharts Namespace